From 52f388ba2f01e008d822cb1ca3a4c5fb02dadf85 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 12 Jan 2006 16:37:31 +0000 Subject: [PATCH] (pass): remove unused variable in the !OTP case git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16530 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/ftpd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appl/ftp/ftpd/ftpd.c b/appl/ftp/ftpd/ftpd.c index f7ce1e6a1..cc9b791bc 100644 --- a/appl/ftp/ftpd/ftpd.c +++ b/appl/ftp/ftpd/ftpd.c @@ -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