]> git.ipfire.org Git - thirdparty/ipset.git/commit
"Directory not empty" error message (reported by John Brendler)
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 21 Feb 2013 10:12:40 +0000 (11:12 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 21 Feb 2013 10:16:42 +0000 (11:16 +0100)
commitfced588fdddd1dc3b67502bdddfe48a69fe6222b
tree968fef5d8f59d91c12362b75bf2c256aff085187
parent42138fc5c5bc14d35abf57562f832c390768ef48
"Directory not empty" error message (reported by John Brendler)

When an entry flagged with "nomatch" was tested by ipset, it
returned the error message "Kernel error received:
Directory not empty" instead of "<element> is NOT in set <setname>".

The internal error code was not properly transformed before returning
to userspace, fixed.
kernel/net/netfilter/ipset/ip_set_core.c