summaryrefslogtreecommitdiffstats
path: root/ipset_iptree.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipset_iptree.c')
-rw-r--r--ipset_iptree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipset_iptree.c b/ipset_iptree.c
index dcdc7e3..ef85dc5 100644
--- a/ipset_iptree.c
+++ b/ipset_iptree.c
@@ -210,7 +210,7 @@ static struct settype settype_iptree = {
.saveips = &saveips,
/* Bindings */
- .bindip_tostring = &ip_tostring,
+ .bindip_tostring = &binding_ip_tostring,
.bindip_parse = &parse_ip,
.usage = &usage,