From b7e664540bc6e9c12b3263e407f08949119f5bc5 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 8 Aug 2002 14:16:14 +0000 Subject: Patch by Joe Buehler : * sec_helper.cc (sec_acl): remove extraneous arg to debug_printf. --- winsup/cygwin/sec_helper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/sec_helper.cc') diff --git a/winsup/cygwin/sec_helper.cc b/winsup/cygwin/sec_helper.cc index e7377b617..6cc6f132c 100644 --- a/winsup/cygwin/sec_helper.cc +++ b/winsup/cygwin/sec_helper.cc @@ -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)) -- cgit v1.2.3