gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8033 - GNUnet/src/libs/mysql


From: gnunet
Subject: [GNUnet-SVN] r8033 - GNUnet/src/libs/mysql
Date: Sat, 27 Dec 2008 01:16:04 -0700 (MST)

Author: grothoff
Date: 2008-12-27 01:16:04 -0700 (Sat, 27 Dec 2008)
New Revision: 8033

Modified:
   GNUnet/src/libs/mysql/lmysql.c
Log:
allow NULL result

Modified: GNUnet/src/libs/mysql/lmysql.c
===================================================================
--- GNUnet/src/libs/mysql/lmysql.c      2008-12-27 07:50:06 UTC (rev 8032)
+++ GNUnet/src/libs/mysql/lmysql.c      2008-12-27 08:16:04 UTC (rev 8033)
@@ -428,7 +428,7 @@
     }
   if ((mysql_num_fields (sql_res) != 1) || (sql_row[0] == NULL))
     {
-      GNUNET_GE_BREAK (dbh->ectx, 0);
+      GNUNET_GE_BREAK (dbh->ectx, mysql_num_fields (sql_res) == 1);
       if (sql_res != NULL)
         mysql_free_result (sql_res);
       mysql_thread_end ();





reply via email to

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