gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib/src


From: gsasl-commit
Subject: CVS gsasl/lib/src
Date: Thu, 30 Sep 2004 15:50:28 +0200

Update of /home/cvs/gsasl/lib/src
In directory dopio:/tmp/cvs-serv25361

Modified Files:
        callback.c 
Log Message:
(gsasl_callback): Give sctx to global callback.


--- /home/cvs/gsasl/lib/src/callback.c  2004/09/23 01:14:10     1.9
+++ /home/cvs/gsasl/lib/src/callback.c  2004/09/30 13:50:28     1.10
@@ -113,7 +113,7 @@
     return sctx->cb (sctx->ctx, sctx, prop);
 
   if (sctx->ctx->cb)
-    return gsasl_callback_global (sctx->ctx, prop);
+    return sctx->ctx->cb (sctx->ctx, sctx, prop);
 
   {
     /* Call obsolete callbacks.  Remove this when the obsolete





reply via email to

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