gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/examples


From: gsasl-commit
Subject: CVS gsasl/examples
Date: Thu, 30 Sep 2004 17:34:47 +0200

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

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


--- /home/cvs/gsasl/examples/client-callback.c  2004/09/30 13:56:00     1.1
+++ /home/cvs/gsasl/examples/client-callback.c  2004/09/30 15:34:42     1.2
@@ -135,11 +135,8 @@
       return 1;
     }
 
-  /* Set a global callback handler for the library.  It may be
-     overriden, per session, by calling gsasl_callback_set on future
-     session handles, to indicate another callback function for that
-     session. */
-  gsasl_callback_set_global (ctx, callback);
+  /* Set the callback handler for the library. */
+  gsasl_callback_set (ctx, callback);
 
   /* Do it. */
   client (ctx);





reply via email to

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