mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Fix without custom error condition
This commit is contained in:
parent
ec32d2b284
commit
47168fb0c3
@ -1553,7 +1553,7 @@ static void default_reply(struct connection *conn,
|
||||
"<hr>\n"
|
||||
"%s" /* generated on */
|
||||
"</body></html>\n";
|
||||
if (errcode == 404 && e_404 != NULL){
|
||||
if (errcode == 404 && e_404 != ""){
|
||||
defContent = e_404;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user