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: Sat, 18 Sep 2004 04:33:47 +0200

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

Modified Files:
        common.c 
Log Message:
Make NTLM use new allocating API.


--- /home/cvs/gsasl/lib/src/common.c    2004/09/18 02:03:48     1.9
+++ /home/cvs/gsasl/lib/src/common.c    2004/09/18 02:33:47     1.10
@@ -183,10 +183,11 @@
     NULL,
     NULL,
     _gsasl_ntlm_client_start,
-    _gsasl_ntlm_client_step,
+    NULL,
     _gsasl_ntlm_client_finish,
     NULL,
-    NULL
+    NULL,
+    _gsasl_ntlm_client_step
 #endif
     },
    {





reply via email to

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