diff options
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -828,7 +828,7 @@ static char *uh_handle_alias(char *old_url) int new_len; int path_len = 0; - if (uh_path_match(alias->alias, old_url)) + if (!uh_path_match(alias->alias, old_url)) continue; if (alias->path) |