File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ die('skip SO_PASSCRED is not defined');
16
16
}
17
17
--CLEAN --
18
18
<?php
19
- $ path = __DIR__ . "/unix_sock " ;
19
+ $ path = __DIR__ . "/socket_cmsg_credentials.sock " ;
20
20
@unlink ($ path );
21
21
--FILE --
22
22
<?php
23
23
include __DIR__ ."/mcast_helpers.php.inc " ;
24
- $ path = __DIR__ . "/unix_sock " ;
24
+ $ path = __DIR__ . "/socket_cmsg_credentials.sock " ;
25
25
26
26
@unlink ($ path );
27
27
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ die('skip not for AIX');
13
13
}
14
14
--CLEAN --
15
15
<?php
16
- $ path = __DIR__ . "/unix_sock " ;
16
+ $ path = __DIR__ . "/socket_cmsg_rights.sock " ;
17
17
@unlink ($ path );
18
18
--FILE --
19
19
<?php
20
20
include __DIR__ ."/mcast_helpers.php.inc " ;
21
- $ path = __DIR__ . "/unix_sock " ;
21
+ $ path = __DIR__ . "/socket_cmsg_rights.sock " ;
22
22
23
23
@unlink ($ path );
24
24
You can’t perform that action at this time.
0 commit comments