aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/test_peerstore_api_watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerstore/test_peerstore_api_watch.c')
-rw-r--r--src/peerstore/test_peerstore_api_watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerstore/test_peerstore_api_watch.c b/src/peerstore/test_peerstore_api_watch.c
index 2ab67eeb9..fb6cdc540 100644
--- a/src/peerstore/test_peerstore_api_watch.c
+++ b/src/peerstore/test_peerstore_api_watch.c
@@ -43,7 +43,7 @@ watch_cb(void *cls,
43 GNUNET_assert(NULL == emsg); 43 GNUNET_assert(NULL == emsg);
44 GNUNET_assert(0 == strcmp(val, (char *)record->value)); 44 GNUNET_assert(0 == strcmp(val, (char *)record->value));
45 ok = 0; 45 ok = 0;
46 GNUNET_PEERSTORE_disconnect(h); 46 GNUNET_PEERSTORE_disconnect(h, GNUNET_NO);
47 GNUNET_SCHEDULER_shutdown(); 47 GNUNET_SCHEDULER_shutdown();
48 return GNUNET_YES; 48 return GNUNET_YES;
49} 49}