port 0 for tcp plugin is BAD
[oweals/gnunet.git] / src / datacache / perf_datacache.c
index 904238f851f868f576f1b261ac2a78aeb58571ef..f325740199e503981b33d773dc7326012652a800 100644 (file)
@@ -59,7 +59,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)
@@ -72,8 +71,7 @@ run (void *cls,
   unsigned int i;
   
   ok = 0;
-  h = GNUNET_DATACACHE_create (sched,
-                              cfg,
+  h = GNUNET_DATACACHE_create (cfg,
                               "perfcache");
 
   if (h == NULL)