commit | 15714f7b58011cf3948cab2988abea560240c74f | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Tue Oct 12 11:40:08 2010 -0400 |
committer | James Morris <jmorris@namei.org> | Thu Oct 21 10:12:47 2010 +1100 |
tree | 87b4166eaf1219eb8d64ae9bd3f614c736f46ecb | |
parent | 3ed02ada2a5e695e2fbb5e4a0008cfcb0f50feaa [diff] |
secmark: do not return early if there was no error Commit 4a5a5c73 attempted to pass decent error messages back to userspace for netfilter errors. In xt_SECMARK.c however the patch screwed up and returned on 0 (aka no error) early and didn't finish setting up secmark. This results in a kernel BUG if you use SECMARK. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Paul Moore <paul.moore@hp.com> Signed-off-by: James Morris <jmorris@namei.org>