mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix stupid disorder in previous commit. This was my own error, not
the mistake of the PR's originator.
This commit is contained in:
parent
c575918381
commit
c6b85633cb
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ int main (argc, argv)
|
|||
FILE *ifp;
|
||||
char hname[MAXHOSTNAMELEN + 2];
|
||||
|
||||
while ((ch = getopt(argc, argv, "uhcbsd:fi:o:m:")) != -1) {
|
||||
while ((ch = getopt(argc, argv, "uhcbsfd:i:o:m:")) != -1) {
|
||||
switch(ch) {
|
||||
case 'f':
|
||||
filter_plusminus++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue