gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib/external


From: gsasl-commit
Subject: CVS gsasl/lib/external
Date: Sat, 01 Jan 2005 23:56:32 +0100

Update of /home/cvs/gsasl/lib/external
In directory dopio:/tmp/cvs-serv25143

Modified Files:
        server.c 
Log Message:
Wait for real token.


--- /home/cvs/gsasl/lib/external/server.c       2005/01/01 22:50:46     1.11
+++ /home/cvs/gsasl/lib/external/server.c       2005/01/01 22:56:32     1.12
@@ -39,6 +39,9 @@
   *output_len = 0;
   *output = NULL;
 
+  if (input == NULL)
+    return GSASL_NEEDS_MORE;
+
   /* Quoting rfc2222bis-09:
    * extern-resp       = *( UTF8-char-no-nul )
    * UTF8-char-no-nul  = UTF8-1-no-nul / UTF8-2 / UTF8-3 / UTF8-4





reply via email to

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