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