From 89e8cb50edf0fc6216954b1937ef9489c90ab3df Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Mon, 10 Jun 2019 01:11:17 +0200 Subject: [PATCH] util-ebpf: case is not possible so remove warning --- src/util-ebpf.c | 1 - 1 file changed, 1 deletion(-) 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; }