]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tipc: Drop unused variable 'genl'
authorPhil Sutter <phil@nwl.cc>
Thu, 18 Oct 2018 13:48:09 +0000 (15:48 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 22 Oct 2018 17:05:43 +0000 (10:05 -0700)
commit8d05f33a381a22572341204c667aafca02aabcca
tree28521f9d0ca1184922fba2773f4e814ea33b3d91
parent3b5c5ef0a75a9f685e78cd25da78706b5077bd83
tipc: Drop unused variable 'genl'

Although initialized by call to libmnl, the variable is used only in a
call to sizeof(). Drop it and call sizeof with its type instead.

Fixes: f043759dd4928 ("tipc: add new TIPC configuration tool")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tipc/node.c