]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
pf-ring: suppress unused variable.
authorEric Leblond <eric@regit.org>
Wed, 3 Oct 2012 08:34:09 +0000 (10:34 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 4 Oct 2012 08:49:35 +0000 (10:49 +0200)
src/source-pfring.c

index 818d099aec5c8e685d5fd4db2461ad551edbb1bd..63a7bc9d068d1cac5965bf7b449da59f8f57baed 100644 (file)
@@ -325,7 +325,6 @@ TmEcode ReceivePfringLoop(ThreadVars *tv, void *data, void *slot)
 TmEcode ReceivePfringThreadInit(ThreadVars *tv, void *initdata, void **data) {
     int rc;
     u_int32_t version = 0;
-    char *tmpclusterid;
     PfringIfaceConfig *pfconf = (PfringIfaceConfig *) initdata;