gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib/securid


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

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

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


--- /home/cvs/gsasl/lib/securid/server.c        2004/09/24 01:37:15     1.3
+++ /home/cvs/gsasl/lib/securid/server.c        2004/09/30 15:34:50     1.4
@@ -89,7 +89,7 @@
   else
     gsasl_property_set (sctx, GSASL_PIN, NULL);
 
-  res = gsasl_callback (sctx, GSASL_SERVER_SECURID);
+  res = gsasl_callback (NULL, sctx, GSASL_SERVER_SECURID);
   switch (res)
     {
     case GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE:





reply via email to

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