Commit c04abe0c authored by Alexander Bokovoy's avatar Alexander Bokovoy Committed by Gerald (Jerry) Carter
Browse files

r517: Remove wrong commit I did by mistake

(This used to be commit 72d30ea06612461bdf19916fa40ca459f0c37acc)
parent 5afd4714
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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);
	}