]> git.ipfire.org Git - thirdparty/suricata.git/commit
nfq: add errno display when verdict fail 348/head
authorEric Leblond <eric@regit.org>
Thu, 24 Jan 2013 21:37:39 +0000 (22:37 +0100)
committerEric Leblond <eric@regit.org>
Fri, 26 Apr 2013 16:27:27 +0000 (18:27 +0200)
commit703e5848e4c716fd2a14023820a46318ef8ef73e
treee638664e087b21d7990c3ba83f0901ed358c5308
parent8da02115c9d91dde00e7c735063faf312109f1c6
nfq: add errno display when verdict fail

In case of error, errno is set by sendmsg which is called by
nfnetlink and which is called by libnetfilter_queue. This patch
displays the string expression of errno if verdict has failed.
src/source-nfq.c