Remove unreachable return
This commit is contained in:
committed by
Tatsuya Kinoshita
parent
5b2f39c540
commit
192e2bf241
1
local.c
1
local.c
@@ -433,6 +433,5 @@ localcgi_post(char *uri, char *qstr, FormList *request, char *referer)
|
|||||||
fprintf(stderr, "execl(\"%s\", \"%s\", NULL): %s\n",
|
fprintf(stderr, "execl(\"%s\", \"%s\", NULL): %s\n",
|
||||||
file, cgi_basename, strerror(errno));
|
file, cgi_basename, strerror(errno));
|
||||||
exit(1);
|
exit(1);
|
||||||
return NULL;
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user