gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/plain


From: gsasl-commit
Subject: CVS gsasl/lib/plain
Date: Sun, 31 Oct 2004 20:29:56 +0100

Update of /home/cvs/gsasl/lib/plain
In directory dopio:/tmp/cvs-serv13223

Modified Files:
        server.c 
Log Message:
Rename property type.


--- /home/cvs/gsasl/lib/plain/server.c  2004/10/13 16:23:32     1.8
+++ /home/cvs/gsasl/lib/plain/server.c  2004/10/31 19:29:56     1.9
@@ -81,7 +81,7 @@
   gsasl_property_set (sctx, GSASL_AUTHZID, authorization_id);
   gsasl_property_set (sctx, GSASL_PASSWORD, password);
 
-  res = gsasl_callback (NULL, sctx, GSASL_SERVER_VALIDATE);
+  res = gsasl_callback (NULL, sctx, GSASL_VALIDATE_SIMPLE);
   if (res != GSASL_CANNOT_VALIDATE)
     {
       const char *key;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]