aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-15 10:01:39 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-15 10:01:39 +0000
commita4116282805cac6b71bc72888ce0d314810fdeb0 (patch)
tree96d66820bd348498cd6f427a7d05e6b442c09ec3 /src/datastore/test_datastore_api.c
parent9d300ce5d755b2abd614f3dfdb03742f8a3e158f (diff)
downloadgnunet-a4116282805cac6b71bc72888ce0d314810fdeb0.tar.gz
gnunet-a4116282805cac6b71bc72888ce0d314810fdeb0.zip
mysql fixes
Diffstat (limited to 'src/datastore/test_datastore_api.c')
-rw-r--r--src/datastore/test_datastore_api.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c
index 2cca1da69..4a4bbc439 100644
--- a/src/datastore/test_datastore_api.c
+++ b/src/datastore/test_datastore_api.c
@@ -148,8 +148,11 @@ check_success (void *cls,
148 { 148 {
149 ok = 42; 149 ok = 42;
150 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 150 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
151 "%s\n", msg); 151 "Operation not successfull: `%s'\n", msg);
152 GNUNET_SCHEDULER_shutdown (); 152 crc->phase = RP_ERROR;
153 GNUNET_SCHEDULER_add_continuation (&run_continuation,
154 crc,
155 GNUNET_SCHEDULER_REASON_PREREQ_DONE);
153 return; 156 return;
154 } 157 }
155 GNUNET_free_non_null (crc->data); 158 GNUNET_free_non_null (crc->data);