diff options
author | Cody Peter Mello <cody.mello@joyent.com> | 2019-03-30 01:54:27 +0000 |
---|---|---|
committer | Cody Peter Mello <cody.mello@joyent.com> | 2019-03-30 01:54:27 +0000 |
commit | 8604ad92dd1e3e4f766b9ff23008dfff4853c251 (patch) | |
tree | bfa8d1de5666628b95e8fe37303dd899a2b29737 | |
parent | 583897b77026a5a95bd0c9a9f5c0bc1524da3a9f (diff) | |
download | illumos-joyent-8604ad92dd1e3e4f766b9ff23008dfff4853c251.tar.gz |
OS-7327 Want connstat(1M) command to display per-connection TCP statistics (fix timestamp fallthrough)
Reviewed by: Rob Johnston <rob.johnston@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Approved by: Patrick Mooney <patrick.mooney@joyent.com>
-rw-r--r-- | usr/src/cmd/connstat/connstat_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/connstat/connstat_main.c b/usr/src/cmd/connstat/connstat_main.c index 8fa8dc4fb7..dd58e2ac2b 100644 --- a/usr/src/cmd/connstat/connstat_main.c +++ b/usr/src/cmd/connstat/connstat_main.c @@ -461,6 +461,7 @@ print_timestamp(timestamp_fmt_t timestamp_fmt, boolean_t parsable) if (len > 0) { (void) printf("%s%s\n", pfx, dstr); } + break; } default: abort(); |