summaryrefslogtreecommitdiff
path: root/auth-sia.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-01-22 15:42:26 +1100
committerDamien Miller <djm@mindrot.org>2003-01-22 15:42:26 +1100
commit2101bfc4e1dbe1dc475d71158b1c24c6d2e2e412 (patch)
treeb9012d184941802b5f9fa188a3a530410513c755 /auth-sia.c
parent53d81483f0bcea8af2207583bb6e83c187d522fc (diff)
- (djm) Reorganise PAM & SIA password handling to eliminate some common code
Diffstat (limited to 'auth-sia.c')
-rw-r--r--auth-sia.c2
1 files changed, 1 insertions, 1 deletions
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)
57 57
58 host = get_canonical_hostname(options.verify_reverse_mapping); 58 host = get_canonical_hostname(options.verify_reverse_mapping);
59 59
60 if (!user || !pass || pass[0] == '\0') 60 if (pass[0] == '\0')
61 return(0); 61 return(0);
62 62
63 if (sia_ses_init(&ent, saved_argc, saved_argv, host, user, NULL, 0, 63 if (sia_ses_init(&ent, saved_argc, saved_argv, host, user, NULL, 0,