aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_iteration.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-25 22:36:56 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-25 22:36:56 +0000
commitee0de607e52152c03a865559422dad4faacad53d (patch)
tree1a0c4beb6e5c311c4200dc736325485543ac944f /src/namestore/test_namestore_api_zone_iteration.c
parentf5f5d0877b5598ff90ff9ebeaa5fa63da929f132 (diff)
downloadgnunet-ee0de607e52152c03a865559422dad4faacad53d.tar.gz
gnunet-ee0de607e52152c03a865559422dad4faacad53d.zip
trying to fix #2458, largely works
Diffstat (limited to 'src/namestore/test_namestore_api_zone_iteration.c')
-rw-r--r--src/namestore/test_namestore_api_zone_iteration.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration.c b/src/namestore/test_namestore_api_zone_iteration.c
index d018b74c5..5a8b12778 100644
--- a/src/namestore/test_namestore_api_zone_iteration.c
+++ b/src/namestore/test_namestore_api_zone_iteration.c
@@ -90,7 +90,7 @@ endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
90 } 90 }
91 91
92 if (nsh != NULL) 92 if (nsh != NULL)
93 GNUNET_NAMESTORE_disconnect (nsh, GNUNET_YES); 93 GNUNET_NAMESTORE_disconnect (nsh);
94 nsh = NULL; 94 nsh = NULL;
95 95
96 GNUNET_free_non_null(sig_1); 96 GNUNET_free_non_null(sig_1);
@@ -172,7 +172,7 @@ end (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
172 GNUNET_free (s_rd_3); 172 GNUNET_free (s_rd_3);
173 } 173 }
174 if (nsh != NULL) 174 if (nsh != NULL)
175 GNUNET_NAMESTORE_disconnect (nsh, GNUNET_YES); 175 GNUNET_NAMESTORE_disconnect (nsh);
176 nsh = NULL; 176 nsh = NULL;
177} 177}
178 178