diff options
Diffstat (limited to 'networking/httpd.c')
-rw-r--r-- | networking/httpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/httpd.c b/networking/httpd.c index 24482fe52..ecdf5b572 100644 --- a/networking/httpd.c +++ b/networking/httpd.c | |||
@@ -2243,6 +2243,7 @@ static void mini_httpd_nommu(int server_socket, int argc, char **argv) | |||
2243 | /* Run a copy of ourself in inetd mode */ | 2243 | /* Run a copy of ourself in inetd mode */ |
2244 | re_exec(argv_copy); | 2244 | re_exec(argv_copy); |
2245 | } | 2245 | } |
2246 | argv_copy[0][0] &= 0x7f; | ||
2246 | /* parent, or vfork failed */ | 2247 | /* parent, or vfork failed */ |
2247 | close(n); | 2248 | close(n); |
2248 | } /* while (1) */ | 2249 | } /* while (1) */ |