aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dbUtils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dbUtils.c b/src/dbUtils.c
index f89148c1b..fa2cfa27a 100644
--- a/src/dbUtils.c
+++ b/src/dbUtils.c
@@ -246,7 +246,6 @@ visitTag(struct client *client, struct strset *set,
for (unsigned i = 0; i < tag->num_items; i++) {
if (tag->items[i]->type == tagType) {
strset_add(set, tag->items[i]->value);
- return;
}
}