shishi-commit
[Top][All Lists]
Advanced

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

CVS shishi/lib


From: shishi-commit
Subject: CVS shishi/lib
Date: Mon, 06 Sep 2004 22:21:04 +0200

Update of /home/cvs/shishi/lib
In directory dopio:/tmp/cvs-serv3706

Modified Files:
        password.c 
Log Message:
Bug fix, based on patch from Nicolas Pouvesle <address@hidden>.


--- /home/cvs/shishi/lib/password.c     2004/09/02 19:50:05     1.18
+++ /home/cvs/shishi/lib/password.c     2004/09/06 20:21:04     1.19
@@ -48,7 +48,6 @@
 {
   char *p;
   va_list ap;
-  int rc;
 
 #ifdef WITH_STRINGPREP
   if (VERBOSE (handle))
@@ -69,9 +68,6 @@
 
   printf ("\n");
 
-  if (rc != SHISHI_OK)
-    return rc;
-
   if (VERBOSENOISE (handle))
     {
       size_t i;
@@ -112,6 +108,8 @@
 
       if (strcasecmp (handle->stringprocess, "stringprep") == 0)
        {
+         int rc;
+
          rc = stringprep_profile (*s, &p, "SASLprep", 0);
          if (rc == SHISHI_OK)
            {





reply via email to

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