summaryrefslogtreecommitdiff
path: root/www/squid/patches/patch-ad
blob: 852ef60aac92447760cb6aa0a557fc59945df8f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/redirect.c.dist	Wed Apr 16 07:26:02 1997
+++ src/redirect.c	Sun Jul  6 01:01:21 1997
@@ -154,7 +154,7 @@
     fclose(debug_log);
     close(fd);
     close(cfd);
-    execlp(command, "(redirector)", NULL);
+    execlp(command, command, NULL);
     debug(50, 0, "redirect_create_redirector: %s: %s\n", command, xstrerror());
     _exit(1);
     return 0;