mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Damn. Fix typo in previous commit.
This commit is contained in:
parent
8d935c53ef
commit
5ef824ed2b
1 changed files with 1 additions and 1 deletions
|
|
@ -754,7 +754,7 @@ main(int argc, char *argv[])
|
|||
r = 0;
|
||||
|
||||
/* authentication */
|
||||
if (vtty)
|
||||
if (v_tty)
|
||||
fetchAuthMethod = query_auth;
|
||||
|
||||
while (argc) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue