summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
Diffstat (limited to 'filter')
-rw-r--r--filter/ulogd_filter_IP2STR.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/ulogd_filter_IP2STR.c b/filter/ulogd_filter_IP2STR.c
index 9f36d60..e4ec06d 100644
--- a/filter/ulogd_filter_IP2STR.c
+++ b/filter/ulogd_filter_IP2STR.c
@@ -174,7 +174,7 @@ static char *ip2str(struct ulogd_key *inp, int index)
switch (convfamily) {
case AF_INET6:
inet_ntop(AF_INET6,
- &GET_VALUE(inp, index).ptr,
+ GET_VALUE(inp, index).ptr,
tmp, sizeof(tmp));
break;
case AF_INET: