r517: Remove wrong commit I did by mistake
authorAlexander Bokovoy <ab@samba.org>
Thu, 6 May 2004 14:43:40 +0000 (14:43 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:51:27 +0000 (10:51 -0500)
source/utils/ntlm_auth.c

index 686fd6256be97a193b2e4a4353f3a25ddbc0cb58..f2fb7dcaaf3000b92a10dd6f72d35c9bb6dfa0d4 100644 (file)
@@ -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);
        }