port 0 for tcp plugin is BAD
[oweals/gnunet.git] / src / datacache / test_datacache.c
index d0785173eff0968a29333142cacc3aa713de8d23..b626ce67df908a6432f60c67011bb29cc078ba04 100644 (file)
@@ -62,7 +62,6 @@ checkIt (void *cls,
 
 static void
 run (void *cls,
-     struct GNUNET_SCHEDULER_Handle *sched,
      char *const *args,
      const char *cfgfile,
      const struct GNUNET_CONFIGURATION_Handle *cfg)
@@ -74,8 +73,7 @@ run (void *cls,
   unsigned int i;
 
   ok = 0;
-  h = GNUNET_DATACACHE_create (sched,
-                              cfg,
+  h = GNUNET_DATACACHE_create (cfg,
                               "testcache");
   if (h == NULL)
     {