From aa095864d3a8bae4364a8a50a5793fe7e02d1e0a Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 18 Jun 2015 16:07:21 +0200 Subject: [PATCH] pfring runmode: remove set that is never read --- src/runmode-pfring.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/runmode-pfring.c b/src/runmode-pfring.c index 8c9a06fde4..fbbd8c9172 100644 --- a/src/runmode-pfring.c +++ b/src/runmode-pfring.c @@ -233,8 +233,6 @@ void *ParsePfringConfig(const char *iface) if_default = ConfNodeLookupKeyValue(pf_ring_node, "interface", "default"); if (if_root == NULL && if_default == NULL) { - /* Switch to old mode */ - if_root = pf_ring_node; SCLogInfo("Unable to find pfring config for " "interface %s, using default value or 1.0 " "configuration system. ", -- 2.47.2