fix occurrence of (killed) load_file

This commit is contained in:
Omar Polo 2021-02-12 11:32:49 +00:00
parent a4188b7865
commit 98ee8406aa
1 changed files with 2 additions and 1 deletions

View File

@ -692,7 +692,8 @@ open_dir(struct client *c)
/* fallthrough */
case FILE_EXISTS:
load_file(c);
c->next = handle_copy;
start_reply(c, SUCCESS, mime(c->host, c->iri.path));
break;
case FILE_DIRECTORY: