1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r517: Remove wrong commit I did by mistake

This commit is contained in:
Alexander Bokovoy 2004-05-06 14:43:40 +00:00 committed by Gerald (Jerry) Carter
parent e278e2e6e0
commit 72d30ea066

View 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);
}