gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib/anonymous


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

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

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


--- /home/cvs/gsasl/lib/anonymous/server.c      2004/09/24 01:29:53     1.5
+++ /home/cvs/gsasl/lib/anonymous/server.c      2004/09/30 15:34:48     1.6
@@ -55,5 +55,5 @@
   gsasl_property_set (sctx, GSASL_SERVER_ANONYMOUS, token);
   free (token);
 
-  return gsasl_callback (sctx, GSASL_SERVER_ANONYMOUS);
+  return gsasl_callback (NULL, sctx, GSASL_SERVER_ANONYMOUS);
 }





reply via email to

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