]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ss: Use C99 initializer in netlink_show_one()
authorPhil Sutter <phil@nwl.cc>
Mon, 21 Aug 2017 09:27:02 +0000 (11:27 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 22 Aug 2017 00:17:00 +0000 (17:17 -0700)
commit301826beb3baa902e2057d81912d1586459f605f
treebc9fbb38a641a49689e306aeb1db70cf5e9aebf3
parentb48a1161f5f9b6a0cda399a224bbbf72eba4a5c6
ss: Use C99 initializer in netlink_show_one()

This has the additional benefit of initializing st.ino to zero which is
used later in is_sctp_assoc() function.

Signed-off-by: Phil Sutter <phil@nwl.cc>
misc/ss.c