From 2101bfc4e1dbe1dc475d71158b1c24c6d2e2e412 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 22 Jan 2003 15:42:26 +1100 Subject: - (djm) Reorganise PAM & SIA password handling to eliminate some common code --- auth-sia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth-sia.c') diff --git a/auth-sia.c b/auth-sia.c index 58b17c16f..071e154d8 100644 --- a/auth-sia.c +++ b/auth-sia.c @@ -57,7 +57,7 @@ auth_sia_password(Authctxt *authctxt, char *pass) host = get_canonical_hostname(options.verify_reverse_mapping); - if (!user || !pass || pass[0] == '\0') + if (pass[0] == '\0') return(0); if (sia_ses_init(&ent, saved_argc, saved_argv, host, user, NULL, 0, -- cgit v1.2.3