(pass): remove unused variable in the !OTP case
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16530 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -933,9 +933,8 @@ pass(char *passwd)
|
|||||||
if (rval)
|
if (rval)
|
||||||
rval = unix_verify_user(pw->pw_name, passwd);
|
rval = unix_verify_user(pw->pw_name, passwd);
|
||||||
} else {
|
} else {
|
||||||
char *s;
|
|
||||||
|
|
||||||
#ifdef OTP
|
#ifdef OTP
|
||||||
|
char *s;
|
||||||
if ((s = otp_error(&otp_ctx)) != NULL)
|
if ((s = otp_error(&otp_ctx)) != NULL)
|
||||||
lreply(530, "OTP: %s", s);
|
lreply(530, "OTP: %s", s);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user