From 84f864cfb01516be0538b78751eeb3ab03410e8b Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org" Date: Sat, 22 Apr 2006 02:08:12 +0000 Subject: Revert incorrect fix for "Unknown error 4294967295" problem --- libiptc/libiptc.c | 2 -- 1 file changed, 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?)" }, -- cgit v1.2.3