From a7dd0e41b7fc06b4b9f62d031b72fa0e778a204d Mon Sep 17 00:00:00 2001 From: Patrick McHardyHarald Welte 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(-) (limited to 'libiptc') 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?)" }, -- cgit v1.2.3