]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
Fix the propagation through the stack
authorEric Leblond <eric@inl.fr>
Thu, 12 Jun 2008 09:06:28 +0000 (11:06 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 12 Jun 2008 09:06:28 +0000 (11:06 +0200)
commit509bf34f1843203cdaa21bfbdb88212ab8de8c8f
tree13db141ae67f5130227422f4fc814aa28cc1fcc7
parent498711aaf9167061643feb802adb920f7ca3d0a2
Fix the propagation through the stack

When a plugin returns ULOGD_IRET_STOP, the propagation should
stop. This was not the case as break was used to do so but it was called
inside a switch and thus apply to the switch instruction and not to
the llist iteration.

Signed-off-by: Eric Leblond <eric@inl.fr>
src/ulogd.c