mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Make this compilable without -DOPIE.
Hint by: ume
This commit is contained in:
parent
93ca0d0cfb
commit
0d652d42ca
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ doit(int f, struct sockaddr_in *fromp)
|
|||
struct opie opiedata;
|
||||
char pass[OPIE_RESPONSE_MAX+1], opieprompt[OPIE_CHALLENGE_MAX+1];
|
||||
#else /* OPIE */
|
||||
char user[16], pass[16];
|
||||
char pass[16];
|
||||
#endif /* OPIE */
|
||||
struct passwd *pwd;
|
||||
int s;
|
||||
|
|
|
|||
Loading…
Reference in a new issue