commit | 301826beb3baa902e2057d81912d1586459f605f | [log] [tgz] |
---|---|---|
author | Phil Sutter <phil@nwl.cc> | Mon Aug 21 11:27:02 2017 +0200 |
committer | Stephen Hemminger <stephen@networkplumber.org> | Mon Aug 21 17:17:00 2017 -0700 |
tree | bc9fbb38a641a49689e306aeb1db70cf5e9aebf3 | |
parent | b48a1161f5f9b6a0cda399a224bbbf72eba4a5c6 [diff] |
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>