]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ss: Mark fall through in arg parsing switch()
authorPhil Sutter <phil@nwl.cc>
Fri, 2 Dec 2016 10:39:45 +0000 (11:39 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 2 Dec 2016 22:07:46 +0000 (14:07 -0800)
commit36df1a6e92760f877fa909fe55ffbdaa50a672d4
tree892cec095678a226b0cf79db0ede06b2995a5499
parentb6c7fc61faab047e1ab12d580702358ddc5a1529
ss: Mark fall through in arg parsing switch()

As there is a certain chance of overlooking this, better add a comment
to draw readers' attention.

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