aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLinkui Xiao <[email protected]>2023-11-01 11:20:18 +0800
committerPablo Neira Ayuso <[email protected]>2023-11-14 16:16:21 +0100
commita44af08e3d4d7566eeea98d7a29fe06e7b9de944 (patch)
tree3c39a43c760bb3e4f3f4d9b4a1e7a604b0dda2b9 /tools/perf/scripts/python
parent67059b61597c004e23b074547b40604222bee3a0 (diff)
netfilter: nf_conntrack_bridge: initialize err to 0
K2CI reported a problem: consume_skb(skb); return err; [nf_br_ip_fragment() error] uninitialized symbol 'err'. err is not initialized, because returning 0 is expected, initialize err to 0. Fixes: 3c171f496ef5 ("netfilter: bridge: add connection tracking system") Reported-by: k2ci <[email protected]> Signed-off-by: Linkui Xiao <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions