Make this compilable without -DOPIE.

Hint by:	ume
This commit is contained in:
Jun Kuriyama 2002-04-16 07:53:42 +00:00
parent 93ca0d0cfb
commit 0d652d42ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94824

View File

@ -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;