Skip to content
Commit dfa96b55 authored by Pavel Tikhomirov's avatar Pavel Tikhomirov Committed by Pavel Emelyanov
Browse files

netdevconf: remove redundant and unsafe check



we don't need this check as just after it we have:
if (ret)
	break;
which safely unpackes nde, and closes nlsk and img in case of error

ps: sorry for inconveniences caused by my patchset
Signed-off-by: default avatarPavel Tikhomirov <ptikhomirov@odin.com>
Signed-off-by: default avatarPavel Emelyanov <xemul@parallels.com>
parent b87ae730
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment