summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrusty <rusty>2000-03-24 02:13:51 +0000
committerrusty <rusty>2000-03-24 02:13:51 +0000
commit502e56c88364c3f58e2c5d85ed1bfb0ab332867a (patch)
tree283048950921bbff69c35c69bd0448470041eb12
parent2f2d408b2a9955299ac6235b1d97722d096ba574 (diff)
James Morris's problem with libiptc when listing the builtin
queue target.
-rw-r--r--libiptc/libiptc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c
index e96c0a9..3d7e365 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",