summaryrefslogtreecommitdiff
blob: 1bc3c9d595b48667cf985c627a5262376f72a096 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- plugins/scram.c.gentoo	Sat Jan 19 03:28:55 2002
+++ plugins/scram.c	Sat Jan 19 03:28:02 2002
@@ -255,7 +255,7 @@
     if (! getsecret)
       return SASL_FAIL;
 
-    result = getsecret(getsecret_context, "SCRAM-MD5", user, &sec);
+    result = getsecret(getsecret_context, "SCRAM-MD5", user, "", &sec);
     if (result != SASL_OK)
       return result;
 
@@ -600,6 +600,7 @@
   return putsecret(putsecret_context,
 		   "SCRAM-MD5",
 		   user,
+		   "",
 		   secret);
 }