aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_remove.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_remove.c')
-rw-r--r--src/namestore/test_namestore_api_remove.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/namestore/test_namestore_api_remove.c b/src/namestore/test_namestore_api_remove.c
index 35911e08f..c6c439e86 100644
--- a/src/namestore/test_namestore_api_remove.c
+++ b/src/namestore/test_namestore_api_remove.c
@@ -71,10 +71,9 @@ cleanup ()
71 * Re-establish the connection to the service. 71 * Re-establish the connection to the service.
72 * 72 *
73 * @param cls handle to use to re-connect. 73 * @param cls handle to use to re-connect.
74 * @param tc scheduler context
75 */ 74 */
76static void 75static void
77endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 76endbadly (void *cls)
78{ 77{
79 if (NULL != nsqe) 78 if (NULL != nsqe)
80 { 79 {
@@ -87,7 +86,7 @@ endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
87 86
88 87
89static void 88static void
90end (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 89end (void *cls)
91{ 90{
92 cleanup (); 91 cleanup ();
93 res = 0; 92 res = 0;