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: Sun, 02 Jan 2005 00:38:45 +0100

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

Modified Files:
        server.c 
Log Message:
Consistency.


--- /home/cvs/gsasl/lib/external/server.c       2005/01/01 22:56:32     1.12
+++ /home/cvs/gsasl/lib/external/server.c       2005/01/01 23:38:45     1.13
@@ -39,7 +39,7 @@
   *output_len = 0;
   *output = NULL;
 
-  if (input == NULL)
+  if (!input)
     return GSASL_NEEDS_MORE;
 
   /* Quoting rfc2222bis-09:





reply via email to

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