]> git.ipfire.org Git - thirdparty/iptables.git/commit
Fix returnvalue of TC_BUILTIN()
authorMartin Josefsson <gandalf@wlug.westbo.se>
Thu, 23 Sep 2004 18:23:20 +0000 (18:23 +0000)
committerMartin Josefsson <gandalf@wlug.westbo.se>
Thu, 23 Sep 2004 18:23:20 +0000 (18:23 +0000)
commitb0f3d2d7261be3fe256a66abcc237241fea43a02
tree94eef1cda959fc72cd4cd63bb4a84bf93c255aea
parentad3b4f9973ac15981b98b8fc4d364ef1ce524212
Fix returnvalue of TC_BUILTIN()

All jumps to nonexisting chains were believed to be jumps to builtin chains,
that's bad as it made it impossible to add rules with external targets.
libiptc/libiptc.c