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: Tue, 21 Sep 2004 02:59:57 +0200

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

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


--- /home/cvs/gsasl/lib/src/common.c    2004/09/21 00:52:08     1.17
+++ /home/cvs/gsasl/lib/src/common.c    2004/09/21 00:59:57     1.18
@@ -112,11 +112,11 @@
     NULL,
     NULL,
     _gsasl_plain_server_start,
-    _gsasl_plain_server_step,
     NULL,
     NULL,
     NULL,
-    NULL
+    NULL,
+    _gsasl_plain_server_step
 #endif
     }
    },





reply via email to

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