diff options
author | 2023-10-05 10:53:08 +0200 | |
---|---|---|
committer | 2023-10-12 10:28:45 +0200 | |
commit | 2e1d175410972285333193837a4250a74cd472e6 (patch) | |
tree | 93a2e4a30258beeb657d361c95572d134e9fb46a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | netfilter: nf_tables: do not remove elements if set backend implements .abort (diff) | |
download | wireguard-linux-2e1d175410972285333193837a4250a74cd472e6.tar.xz wireguard-linux-2e1d175410972285333193837a4250a74cd472e6.zip |
netfilter: nfnetlink_log: silence bogus compiler warning
net/netfilter/nfnetlink_log.c:800:18: warning: variable 'ctinfo' is uninitialized
The warning is bogus, the variable is only used if ct is non-NULL and
always initialised in that case. Init to 0 too to silence this.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202309100514.ndBFebXN-lkp@intel.com/
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions