Patch by Joe Buehler <jbuehler@hekimian.com>:

* sec_helper.cc (sec_acl): remove extraneous arg to debug_printf.
This commit is contained in:
Corinna Vinschen 2002-08-08 14:16:14 +00:00
parent 0cd737305b
commit b7e664540b
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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))