Make this compilable without -DOPIE.
Hint by: ume
This commit is contained in:
parent
37bc817098
commit
c89f41e943
@ -139,7 +139,7 @@ doit(int f, struct sockaddr_in *fromp)
|
|||||||
struct opie opiedata;
|
struct opie opiedata;
|
||||||
char pass[OPIE_RESPONSE_MAX+1], opieprompt[OPIE_CHALLENGE_MAX+1];
|
char pass[OPIE_RESPONSE_MAX+1], opieprompt[OPIE_CHALLENGE_MAX+1];
|
||||||
#else /* OPIE */
|
#else /* OPIE */
|
||||||
char user[16], pass[16];
|
char pass[16];
|
||||||
#endif /* OPIE */
|
#endif /* OPIE */
|
||||||
struct passwd *pwd;
|
struct passwd *pwd;
|
||||||
int s;
|
int s;
|
||||||
|
Loading…
Reference in New Issue
Block a user