Skip to content
Commit 7e53e7f8 authored by Shivani Bhardwaj's avatar Shivani Bhardwaj Committed by Pablo Neira Ayuso
Browse files

netfilter: nf_log: Remove NULL check



If 'logger' was NULL, there would be a direct jump to the label 'out',
since it has already been checked for NULL, remove this unnecessary
check.

Signed-off-by: default avatarShivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 506e65df
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment