summaryrefslogtreecommitdiffstats
path: root/examples/nf-queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nf-queue.c')
-rw-r--r--examples/nf-queue.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/nf-queue.c b/examples/nf-queue.c
index 8b4b63d..4d56751 100644
--- a/examples/nf-queue.c
+++ b/examples/nf-queue.c
@@ -143,8 +143,6 @@ int main(int argc, char *argv[])
exit(EXIT_FAILURE);
}
while (ret > 0) {
- uint32_t id;
-
ret = mnl_cb_run(buf, ret, 0, portid, queue_cb, NULL);
if (ret < 0){
perror("mnl_cb_run");