gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: one more rval check


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: one more rval check
Date: Mon, 13 Mar 2017 18:23:26 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 08bbdceec one more rval check
08bbdceec is described below

commit 08bbdceec656d8bff04cf5b572173edb2100a6ba
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Mar 13 18:25:15 2017 +0100

    one more rval check
---
 src/sq/test_sq.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/sq/test_sq.c b/src/sq/test_sq.c
index 6387eda31..713809030 100644
--- a/src/sq/test_sq.c
+++ b/src/sq/test_sq.c
@@ -253,7 +253,8 @@ main(int argc,
   {
     fprintf (stderr,
             "Failed to create table\n");
-    sqlite3_close (dbh);
+    GNUNET_break (SQLITE_OK ==
+                  sqlite3_close (dbh));
     if (0 != unlink ("test.db"))
       GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR,
                                 "unlink",

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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