]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ss: Add missing tab when printing UNIX details
authorPhil Sutter <phil@nwl.cc>
Fri, 2 Dec 2016 10:39:47 +0000 (11:39 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 2 Dec 2016 22:07:46 +0000 (14:07 -0800)
commit451999970816ae1042edbe05d4b34131669a4c83
tree1b45784c82f4a5d94e01310f6aa5fe51fcfc8d6b
parent6babc649a917703571eac33347c0c39d8d0465b8
ss: Add missing tab when printing UNIX details

When dumping UNIX sockets and show_details is active but not show_mem
(ss -xne), the socket details are printed without being prefixed by tab.
Fix this by printing the tab character when either one of '-e' or '-m'
has been specified.

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