summaryrefslogtreecommitdiffstats
path: root/libipq/libipq.3
diff options
context:
space:
mode:
Diffstat (limited to 'libipq/libipq.3')
-rw-r--r--libipq/libipq.32
1 files changed, 1 insertions, 1 deletions
diff --git a/libipq/libipq.3 b/libipq/libipq.3
index c2295c1d..9dafa4a8 100644
--- a/libipq/libipq.3
+++ b/libipq/libipq.3
@@ -187,7 +187,7 @@ int main(int argc, char **argv)
unsigned char buf[BUFSIZE];
struct ipq_handle *h;
- h = ipq_create_handle(0, PF_INET);
+ h = ipq_create_handle(0, NFPROTO_IPV4);
if (!h)
die(h);