1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

sockstat: add break that was forgot in 328279

Reported by:	garga@
MFC after:	1 week
X-MFC With:	328279
Sponsored by:	Gandi.net
This commit is contained in:
Emmanuel Vadot 2018-01-23 14:33:19 +00:00
parent 7d84ca677f
commit 62de70375f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328281

View File

@ -1279,6 +1279,7 @@ main(int argc, char *argv[])
break;
case 'q':
opt_q = 1;
break;
case 'S':
opt_S = 1;
break;