(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:
Johan Danielsson
2006-01-12 16:37:31 +00:00
parent 2699d800b9
commit 52f388ba2f

View File

@@ -933,9 +933,8 @@ pass(char *passwd)
if (rval)
rval = unix_verify_user(pw->pw_name, passwd);
} else {
char *s;
#ifdef OTP
char *s;
if ((s = otp_error(&otp_ctx)) != NULL)
lreply(530, "OTP: %s", s);
#endif