]> git.proxmox.com Git - mirror_iproute2.git/commit - misc/ss.c
ss: Drop silly assignment
authorPhil Sutter <phil@nwl.cc>
Wed, 13 Apr 2016 20:07:04 +0000 (22:07 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 19 Apr 2016 14:56:53 +0000 (07:56 -0700)
commit9d320e1e928630d8b2b83d5e4ef4e10a117352bc
treea374d0c535693fb5e0cef4ebd046b252777646cf
parent1c346dccf8a16e32f855427dcb2bb7f29cbf06f1
ss: Drop silly assignment

An expression of the form '(a | b) & b' will evaluate to the value of b
for any value of a or b.

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