From c04abe0c6656e406e07011d41294eed683d8c1e6 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Thu, 6 May 2004 14:43:40 +0000 Subject: [PATCH] r517: Remove wrong commit I did by mistake (This used to be commit 72d30ea06612461bdf19916fa40ca459f0c37acc) --- source3/utils/ntlm_auth.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c index 686fd6256be..f2fb7dcaaf3 100644 --- a/source3/utils/ntlm_auth.c +++ b/source3/utils/ntlm_auth.c @@ -1624,12 +1624,6 @@ static void squid_stream(enum stdio_helper_mode stdio_mode, stdio_helper_functio /* initialize FDescs */ x_setbuf(x_stdout, NULL); x_setbuf(x_stderr, NULL); - { - struct passwd *pass = getpwuid(getuid()); - if (initgroups (pass->pw_name, pass->pw_gid)) { - DEBUG(0,("Unable to initgroups. Error was %s\n", strerror(errno) )); - } - } while(1) { manage_squid_request(stdio_mode, fn); } -- 2.34.1