summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2004-05-06 14:43:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:51:27 -0500
commitc04abe0c6656e406e07011d41294eed683d8c1e6 (patch)
tree85f2c0145b83a81f8745fff9818395b67d87d9c5
parent5afd47147dc00247b403c5d7f00dc6d605435627 (diff)
downloadsamba-c04abe0c6656e406e07011d41294eed683d8c1e6.tar.gz
samba-c04abe0c6656e406e07011d41294eed683d8c1e6.tar.bz2
samba-c04abe0c6656e406e07011d41294eed683d8c1e6.zip
r517: Remove wrong commit I did by mistake
(This used to be commit 72d30ea06612461bdf19916fa40ca459f0c37acc)
-rw-r--r--source3/utils/ntlm_auth.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c
index 686fd6256b..f2fb7dcaaf 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);
}