blob: a740445d118284cdb89d7a045f3820be48707d87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-af,v 1.6 2004/03/29 05:47:31 jlam Exp $
--- plugins/cram.c.orig Mon Dec 15 15:04:22 2003
+++ plugins/cram.c
@@ -538,7 +538,8 @@ static int crammd5_client_mech_step(void
if ((auth_result != SASL_OK) && (auth_result != SASL_INTERACT))
return auth_result;
- }
+ } else
+ authid = oparams->authid;
/* try to get the password */
if (password == NULL) {
|