aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_zone_iteration_specific_zone.c')
-rw-r--r--src/namestore/test_namestore_api_zone_iteration_specific_zone.c25
1 files changed, 12 insertions, 13 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration_specific_zone.c b/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
index dc2129b88..1a0279f50 100644
--- a/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
+++ b/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
@@ -66,14 +66,13 @@ static char *directory;
66 * @param tc scheduler context 66 * @param tc scheduler context
67 */ 67 */
68static void 68static void
69endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 69endbadly (void *cls)
70{ 70{
71 if (NULL != zi) 71 if (NULL != zi)
72 { 72 {
73 GNUNET_NAMESTORE_zone_iteration_stop (zi); 73 GNUNET_NAMESTORE_zone_iteration_stop (zi);
74 zi = NULL; 74 zi = NULL;
75 } 75 }
76
77 if (nsh != NULL) 76 if (nsh != NULL)
78 GNUNET_NAMESTORE_disconnect (nsh); 77 GNUNET_NAMESTORE_disconnect (nsh);
79 nsh = NULL; 78 nsh = NULL;
@@ -110,13 +109,13 @@ endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
110 109
111 110
112static void 111static void
113end (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 112end (void *cls)
114{ 113{
115 if (NULL != zi) 114 if (NULL != zi)
116 { 115 {
117 GNUNET_NAMESTORE_zone_iteration_stop (zi); 116 GNUNET_NAMESTORE_zone_iteration_stop (zi);
118 zi = NULL; 117 zi = NULL;
119 } 118 }
120 119
121 if (endbadly_task != NULL) 120 if (endbadly_task != NULL)
122 { 121 {