diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-04-15 10:01:39 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-04-15 10:01:39 +0000 |
commit | a4116282805cac6b71bc72888ce0d314810fdeb0 (patch) | |
tree | 96d66820bd348498cd6f427a7d05e6b442c09ec3 /src/datastore/test_datastore_api.c | |
parent | 9d300ce5d755b2abd614f3dfdb03742f8a3e158f (diff) |
mysql fixes
Diffstat (limited to 'src/datastore/test_datastore_api.c')
-rw-r--r-- | src/datastore/test_datastore_api.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c index 2cca1da69c..4a4bbc439e 100644 --- a/src/datastore/test_datastore_api.c +++ b/src/datastore/test_datastore_api.c @@ -148,8 +148,11 @@ check_success (void *cls, { ok = 42; GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "%s\n", msg); - GNUNET_SCHEDULER_shutdown (); + "Operation not successfull: `%s'\n", msg); + crc->phase = RP_ERROR; + GNUNET_SCHEDULER_add_continuation (&run_continuation, + crc, + GNUNET_SCHEDULER_REASON_PREREQ_DONE); return; } GNUNET_free_non_null (crc->data); |