Make correction to last change

This commit is contained in:
Justine Tunney 2025-01-04 21:27:55 -08:00
parent 42a3bb729a
commit 53c6edfd18
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 2 additions and 9 deletions

View file

@ -3273,7 +3273,6 @@ static char *ServeIndex(const char *path, size_t pathlen) {
p = RoutePath(q, n);
free(q);
}
__print_maps(30);
return p;
}