This commit is contained in:
Sergey Lyubka 2015-05-18 11:50:56 +01:00
parent c8e88e1710
commit c6a04e1719

View File

@ -3321,7 +3321,8 @@ static int find_index_file(struct connection *conn, char *path,
// If no index file exists, restore directory path // If no index file exists, restore directory path
if (!found) { if (!found) {
path[n] = '\0'; path[n] = '/';
path[n + 1] = '\0';
} }
return found; return found;