Remove unreachable return

This commit is contained in:
David Crosby
2015-05-27 18:34:14 -06:00
committed by Tatsuya Kinoshita
parent 5b2f39c540
commit 192e2bf241

View File

@@ -433,6 +433,5 @@ localcgi_post(char *uri, char *qstr, FormList *request, char *referer)
fprintf(stderr, "execl(\"%s\", \"%s\", NULL): %s\n",
file, cgi_basename, strerror(errno));
exit(1);
return NULL;
#endif
}