summaryrefslogtreecommitdiffstats
path: root/lib/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/parse.c')
-rw-r--r--lib/parse.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/parse.c b/lib/parse.c
index be6e833..6ed65cb 100644
--- a/lib/parse.c
+++ b/lib/parse.c
@@ -1979,8 +1979,10 @@ ipset_parse_elem(struct ipset_session *session,
D("parse elem part two: %s", a);
parse_elem(session, type, IPSET_DIM_TWO, a);
}
- if (type->dimension > IPSET_DIM_TWO && b != NULL)
+ if (type->dimension > IPSET_DIM_TWO && b != NULL) {
+ D("parse elem part three: %s", b);
parse_elem(session, type, IPSET_DIM_THREE, b);
+ }
goto out;