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:
parent
b6c7fc61fa
commit
36df1a6e92
|
|
@ -4266,6 +4266,7 @@ int main(int argc, char *argv[])
|
||||||
exit(0);
|
exit(0);
|
||||||
case 'z':
|
case 'z':
|
||||||
show_sock_ctx++;
|
show_sock_ctx++;
|
||||||
|
/* fall through */
|
||||||
case 'Z':
|
case 'Z':
|
||||||
if (is_selinux_enabled() <= 0) {
|
if (is_selinux_enabled() <= 0) {
|
||||||
fprintf(stderr, "ss: SELinux is not enabled.\n");
|
fprintf(stderr, "ss: SELinux is not enabled.\n");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue