From 96edd0a9dabf6262ebb9ccf3c472c433921e2472 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 1 Jul 2002 23:42:05 +0000 Subject: * syscalls.c (seteuid32): Do not return an error when the token cannot be created only because of a problem with the gid. --- 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 6aaf7f607..5c7eb26d2 100644 --- a/winsup/cygwin/sec_helper.cc +++ b/winsup/cygwin/sec_helper.cc @@ -390,7 +390,7 @@ out: if (hToken) CloseHandle (hToken); - syscall_printf ("%d = set_process_privilege (%s, %d)",ret, privilege, enable); + syscall_printf ("%d = set_process_privilege (%s, %d)", ret, privilege, enable); return ret; } -- cgit v1.2.3