svn commit: r328281 - head/usr.bin/sockstat

Emmanuel Vadot manu at FreeBSD.org
Tue Jan 23 14:33:21 UTC 2018


Author: manu
Date: Tue Jan 23 14:33:19 2018
New Revision: 328281
URL: https://svnweb.freebsd.org/changeset/base/328281

Log:
  sockstat: add break that was forgot in 328279
  
  Reported by:	garga@
  MFC after:	1 week
  X-MFC With:	328279
  Sponsored by:	Gandi.net

Modified:
  head/usr.bin/sockstat/sockstat.c

Modified: head/usr.bin/sockstat/sockstat.c
==============================================================================
--- head/usr.bin/sockstat/sockstat.c	Tue Jan 23 14:17:04 2018	(r328280)
+++ head/usr.bin/sockstat/sockstat.c	Tue Jan 23 14:33:19 2018	(r328281)
@@ -1279,6 +1279,7 @@ main(int argc, char *argv[])
 			break;
 		case 'q':
 			opt_q = 1;
+			break;
 		case 'S':
 			opt_S = 1;
 			break;


More information about the svn-src-all mailing list