]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ss: Drop useless assignment
authorPhil Sutter <phil@nwl.cc>
Thu, 17 Aug 2017 17:09:30 +0000 (19:09 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 22 Aug 2017 00:12:21 +0000 (17:12 -0700)
commite469523e8e8d1d31c3b35251105e2a843216d687
treea8cb5bae9032e0b97028f8cabe44f41c573a1496
parent44448a90eab34713af019356926828720c67a268
ss: Drop useless assignment

After '*b = *a', 'b->next' already has the same value as 'a->next'.

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