From: Eric Leblond Date: Sun, 9 Jun 2019 23:11:17 +0000 (+0200) Subject: util-ebpf: case is not possible so remove warning X-Git-Tag: suricata-5.0.0-rc1~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e8cb50edf0fc6216954b1937ef9489c90ab3df;p=thirdparty%2Fsuricata.git util-ebpf: case is not possible so remove warning --- diff --git a/src/util-ebpf.c b/src/util-ebpf.c index 59b7967095..a6dc53d3c4 100644 --- a/src/util-ebpf.c +++ b/src/util-ebpf.c @@ -670,7 +670,6 @@ static int EBPFForEachFlowV4Table(ThreadVars *th_v, LiveDevice *dev, const char uint64_t hash_cnt = 0; if (tcfg->cpus_count == 0) { - SCLogWarning(SC_ERR_INVALID_VALUE, "CPU count should not be 0"); return 0; }