Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
netfilter: fix description of expected checkentry return code on xt_t…
…arget The text describing the return codes that are expected on calls to checkentry() was incorrect. Instead of returning true or false, or an error code, it should return 0 or an error code. Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
- Loading branch information