From: Patrick McHardyHarald Welte Date: Sat, 22 Apr 2006 02:08:12 +0000 (+0000) Subject: Revert incorrect fix for "Unknown error 4294967295" problem X-Git-Tag: v1.3.6~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7dd0e41b7fc06b4b9f62d031b72fa0e778a204d;p=thirdparty%2Fiptables.git Revert incorrect fix for "Unknown error 4294967295" problem --- diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c index d9767021..3538cca8 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?)" },