summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/urldb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/urldb.c b/content/urldb.c
index 05c97c6ac..1ab5c9663 100644
--- a/content/urldb.c
+++ b/content/urldb.c
@@ -1265,8 +1265,8 @@ bool urldb_iterate_partial_path(const struct path_data *parent,
/* didn't match, but may be more */
continue;
else if (c > 0)
- /* no more possible matches */
- break;
+ /* still possible matches in a different case */
+ continue;
/* prefix matches so far */
if (slash == end) {