]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Revert incorrect fix for "Unknown error 4294967295" problem
authorPatrick McHardyHarald Welte <kaber@trash.netlaforge@gnumonks.org>
Sat, 22 Apr 2006 02:08:12 +0000 (02:08 +0000)
committerPatrick McHardyHarald Welte <kaber@trash.netlaforge@gnumonks.org>
Sat, 22 Apr 2006 02:08:12 +0000 (02:08 +0000)
libiptc/libiptc.c

index d976702142785a291dad39ffcd93a4eafb9c42ab..3538cca87aa6e979c212f9fb7c6b4424c94a9d21 100644 (file)
@@ -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?)" },