]> git.ipfire.org Git - thirdparty/nftables.git/commit
netlink: remove unnecessary temporary variable
authorPatrick McHardy <kaber@trash.net>
Mon, 22 Dec 2014 16:45:48 +0000 (17:45 +0100)
committerPatrick McHardy <kaber@trash.net>
Sun, 11 Jan 2015 08:00:24 +0000 (08:00 +0000)
commit28905e7f524cade8aac92107cc33ee33b1ce304b
tree41db25547252eb55ca4aab43fcbd787367237001
parente89786c29156e851619f9d827944649c82d1792b
netlink: remove unnecessary temporary variable

Waste less space and return the results of the batch/compat
functions directly.

Signed-off-by: Patrick McHardy <kaber@trash.net>
src/netlink.c