Make this compilable without -DOPIE.

Hint by:	ume
This commit is contained in:
kuriyama 2002-04-16 07:53:42 +00:00
parent 37bc817098
commit c89f41e943

View File

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