summaryrefslogtreecommitdiffstats
path: root/libiptc
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org>2006-04-22 02:08:12 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org>2006-04-22 02:08:12 +0000
commit84f864cfb01516be0538b78751eeb3ab03410e8b (patch)
treed28e837a692c5b613c2f6786e8c8d4d4e9754fbb /libiptc
parent9a0ab5cb152da0c6f25edf37d50e3c698f78065c (diff)
Revert incorrect fix for "Unknown error 4294967295" problem
Diffstat (limited to 'libiptc')
-rw-r--r--libiptc/libiptc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c
index d976702..3538cca 100644
--- a/libiptc/libiptc.c
+++ b/libiptc/libiptc.c
@@ -2258,8 +2258,6 @@ TC_STRERROR(int err)
"Bad built-in chain name" },
{ TC_SET_POLICY, EINVAL,
"Bad policy name" },
- { TC_COMMIT, -1,
- "Invalid argument (dmesg might have more information)" },
{ NULL, 0, "Incompatible with this kernel" },
{ NULL, ENOPROTOOPT, "iptables who? (do you need to insmod?)" },