mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Since we use getopt (in rev. 1.12), there's no need for the case's for
the individual options to increment argv and decrement argc. This caused the -T option to swallow an extra argument. PR: 27982 Submitted by: Samuel Greear <sgreear@vsni.com>
This commit is contained in:
parent
31fb466194
commit
33d3b9f878
1 changed files with 0 additions and 2 deletions
|
|
@ -191,8 +191,6 @@ main(argc, argv)
|
|||
}
|
||||
Tflag = 1;
|
||||
lastlevel = '?';
|
||||
argc--;
|
||||
argv++;
|
||||
break;
|
||||
|
||||
case 'u': /* update /etc/dumpdates */
|
||||
|
|
|
|||
Loading…
Reference in a new issue