Patch by Joe Buehler <jbuehler@hekimian.com>:
* sec_helper.cc (sec_acl): remove extraneous arg to debug_printf.
This commit is contained in:
parent
0cd737305b
commit
b7e664540b
|
@ -1,3 +1,7 @@
|
|||
2002-08-08 Joe Buehler <jbuehler@hekimian.com
|
||||
|
||||
* sec_helper.cc (sec_acl): remove extraneous arg to debug_printf.
|
||||
|
||||
2002-08-07 Conrad Scott <conrad.scott@dsl.pipex.com>
|
||||
|
||||
* fhandler_socket.cc (fhandler_socket::accept): Fix FIONBIO call.
|
||||
|
|
|
@ -432,7 +432,7 @@ sec_acl (PACL acl, BOOL admins, PSID sid1, PSID sid2)
|
|||
if (sid1)
|
||||
if (!AddAccessAllowedAce (acl, ACL_REVISION,
|
||||
GENERIC_ALL, sid1))
|
||||
debug_printf ("AddAccessAllowedAce(sid1) %E", sid1);
|
||||
debug_printf ("AddAccessAllowedAce(sid1) %E");
|
||||
if (admins)
|
||||
if (!AddAccessAllowedAce (acl, ACL_REVISION,
|
||||
GENERIC_ALL, well_known_admins_sid))
|
||||
|
|
Loading…
Reference in New Issue