gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r8186 - GNUnet/src/applications/sqstore_mysql
Date: Tue, 3 Feb 2009 21:30:45 -0700 (MST)

Author: grothoff
Date: 2009-02-03 21:30:45 -0700 (Tue, 03 Feb 2009)
New Revision: 8186

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

Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c       2009-02-03 21:31:18 UTC 
(rev 8185)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c       2009-02-04 04:30:45 UTC 
(rev 8186)
@@ -975,7 +975,7 @@
                  &limit_off, GNUNET_YES, -1);
             }
         }
-      if (ret == GNUNET_SYSERR)
+      if (ret != GNUNET_OK)
         break;
       last_vkey = vkey;
       datum = assembleDatum (rbind);





reply via email to

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