aboutsummaryrefslogtreecommitdiff
path: root/src/sq
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-13 18:25:15 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-13 18:25:15 +0100
commit08bbdceec656d8bff04cf5b572173edb2100a6ba (patch)
treeef6c0dee9d8cc386ce6f8d66b36d7432462d8345 /src/sq
parent0fa8b5ac59032c65f1f2a447863b334668cacda0 (diff)
downloadgnunet-08bbdceec656d8bff04cf5b572173edb2100a6ba.tar.gz
gnunet-08bbdceec656d8bff04cf5b572173edb2100a6ba.zip
one more rval check
Diffstat (limited to 'src/sq')
-rw-r--r--src/sq/test_sq.c3
1 files changed, 2 insertions, 1 deletions
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,
253 { 253 {
254 fprintf (stderr, 254 fprintf (stderr,
255 "Failed to create table\n"); 255 "Failed to create table\n");
256 sqlite3_close (dbh); 256 GNUNET_break (SQLITE_OK ==
257 sqlite3_close (dbh));
257 if (0 != unlink ("test.db")) 258 if (0 != unlink ("test.db"))
258 GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, 259 GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR,
259 "unlink", 260 "unlink",