summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÁlvaro Neira Ayuso <alvaroneay@gmail.com>2014-06-06 11:52:40 +0200
committerFlorian Westphal <fw@strlen.de>2014-06-06 12:33:04 +0200
commit813fb2f482451444a1c06968f329291653cfe852 (patch)
tree8c3f7ef2d06d05615d27f91342d82d11821d0121
parentdd6acf7c430f6819584651dc5c8de1958300c67d (diff)
utils: Remove unused variable in nfqnl_test
Signed-off-by: Alvaro Neira Ayuso <alvaroneay@gmail.com> Signed-off-by: Florian Westphal <fw@strlen.de>
-rw-r--r--utils/nfqnl_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/nfqnl_test.c b/utils/nfqnl_test.c
index 34cb113..4decd50 100644
--- a/utils/nfqnl_test.c
+++ b/utils/nfqnl_test.c
@@ -83,7 +83,6 @@ int main(int argc, char **argv)
{
struct nfq_handle *h;
struct nfq_q_handle *qh;
- struct nfnl_handle *nh;
int fd;
int rv;
char buf[4096] __attribute__ ((aligned));