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