gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib/login


From: gsasl-commit
Subject: CVS gsasl/lib/login
Date: Thu, 30 Sep 2004 17:34:49 +0200

Update of /home/cvs/gsasl/lib/login
In directory dopio:/tmp/cvs-serv26035/lib/login

Modified Files:
        server.c 
Log Message:
Simplify callbacks, now there is only one application callback (the global).


--- /home/cvs/gsasl/lib/login/server.c  2004/09/24 14:42:12     1.4
+++ /home/cvs/gsasl/lib/login/server.c  2004/09/30 15:34:49     1.5
@@ -115,7 +115,7 @@
       gsasl_property_set (sctx, GSASL_AUTHID, state->username);
       gsasl_property_set (sctx, GSASL_PASSWORD, state->password);
 
-      res = gsasl_callback (sctx, GSASL_SERVER_VALIDATE);
+      res = gsasl_callback (NULL, sctx, GSASL_SERVER_VALIDATE);
       if (res != GSASL_CANNOT_VALIDATE)
        {
          const char *key;





reply via email to

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