summaryrefslogtreecommitdiffstats
path: root/libiptc
diff options
context:
space:
mode:
Diffstat (limited to 'libiptc')
-rw-r--r--libiptc/libiptc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c
index e96c0a97..3d7e3657 100644
--- a/libiptc/libiptc.c
+++ b/libiptc/libiptc.c
@@ -544,7 +544,7 @@ static const char *target_name(iptc_handle_t handle, struct ipt_entry *e)
return IPTC_LABEL_ACCEPT;
else if (spos == -NF_DROP-1)
return IPTC_LABEL_DROP;
- else if (spos == -NF_ACCEPT-1)
+ else if (spos == -NF_QUEUE-1)
return IPTC_LABEL_QUEUE;
fprintf(stderr, "ERROR: off %lu/%u not a valid target (%i)\n",