summaryrefslogtreecommitdiff
path: root/source/utils
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2004-05-06 14:43:40 +0000
committerAlexander Bokovoy <ab@samba.org>2004-05-06 14:43:40 +0000
commit19fc006f8b3a058ed74ba8ff96b91dc903f331ae (patch)
treee6001c1d36296d7527f72dcb4976f73eea894602 /source/utils
parentaff34af2112479df0b12210285bb7573a010ae8b (diff)
downloadsamba-19fc006f8b3a058ed74ba8ff96b91dc903f331ae.tar.gz
r517: Remove wrong commit I did by mistake
Diffstat (limited to 'source/utils')
-rw-r--r--source/utils/ntlm_auth.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/utils/ntlm_auth.c b/source/utils/ntlm_auth.c
index 686fd6256be..f2fb7dcaaf3 100644
--- a/source/utils/ntlm_auth.c
+++ b/source/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);
}