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>
This commit is contained in:
Phil Sutter 2016-12-02 11:39:45 +01:00 committed by Stephen Hemminger
parent b6c7fc61fa
commit 36df1a6e92
1 changed files with 1 additions and 0 deletions

View File

@ -4266,6 +4266,7 @@ int main(int argc, char *argv[])
exit(0);
case 'z':
show_sock_ctx++;
/* fall through */
case 'Z':
if (is_selinux_enabled() <= 0) {
fprintf(stderr, "ss: SELinux is not enabled.\n");