aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_lookup_shadow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_lookup_shadow.c')
-rw-r--r--src/namestore/test_namestore_api_lookup_shadow.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/namestore/test_namestore_api_lookup_shadow.c b/src/namestore/test_namestore_api_lookup_shadow.c
index b7f89c0ff..7f9a90704 100644
--- a/src/namestore/test_namestore_api_lookup_shadow.c
+++ b/src/namestore/test_namestore_api_lookup_shadow.c
@@ -81,10 +81,9 @@ cleanup ()
81 * Re-establish the connection to the service. 81 * Re-establish the connection to the service.
82 * 82 *
83 * @param cls handle to use to re-connect. 83 * @param cls handle to use to re-connect.
84 * @param tc scheduler context
85 */ 84 */
86static void 85static void
87endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 86endbadly (void *cls)
88{ 87{
89 if (NULL != nsqe) 88 if (NULL != nsqe)
90 { 89 {
@@ -102,7 +101,7 @@ endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
102 101
103 102
104static void 103static void
105end (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 104end (void *cls)
106{ 105{
107 cleanup (); 106 cleanup ();
108 res = 0; 107 res = 0;