mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix a syntax error.
This commit is contained in:
parent
140509ab5d
commit
2e8d39560e
1 changed files with 2 additions and 2 deletions
|
|
@ -682,8 +682,8 @@ main(int argc, char *argv[])
|
|||
case 'w':
|
||||
wflag = atoi(optarg) ;
|
||||
break;
|
||||
case 'n' /* ignored, just for compatibility with std netstat */
|
||||
break ;
|
||||
case 'n': /* ignored, just for compatibility with std netstat */
|
||||
break;
|
||||
case 'r':
|
||||
rflag++;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue