gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5440 - GNUnet/src/applications/sqstore_mysql


From: gnunet
Subject: [GNUnet-SVN] r5440 - GNUnet/src/applications/sqstore_mysql
Date: Thu, 9 Aug 2007 11:12:04 -0600 (MDT)

Author: grothoff
Date: 2007-08-09 11:12:03 -0600 (Thu, 09 Aug 2007)
New Revision: 5440

Modified:
   GNUnet/src/applications/sqstore_mysql/mysql.c
Log:
deadcode

Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c       2007-08-09 16:48:31 UTC 
(rev 5439)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c       2007-08-09 17:12:03 UTC 
(rev 5440)
@@ -964,10 +964,7 @@
           datum = assembleDatum (rbind);
           if (datum == NULL)
             continue;
-          if (iter == NULL)
-            ret = OK;
-          else
-            ret = iter (&key, datum, closure, vkey);
+         ret = iter (&key, datum, closure, vkey);
           if (ret == SYSERR)
             {
               FREE (datum);





reply via email to

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