From: Christian Grothoff Date: Mon, 13 Mar 2017 17:25:15 +0000 (+0100) Subject: one more rval check X-Git-Tag: gnunet-0.11.0rc0~282^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=08bbdceec656d8bff04cf5b572173edb2100a6ba;p=oweals%2Fgnunet.git one more rval check --- 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",