port 0 for tcp plugin is BAD
[oweals/gnunet.git] / src / datacache / test_datacache_quota.c
index 4674a7da9a47719d8c221ccaf51523fe5ac682f2..77ad63815713dc8f23c7fff4b2cc853f0bc6a645 100644 (file)
@@ -45,7 +45,6 @@ static const char *plugin_name;
  */
 static void
 run (void *cls,
-     struct GNUNET_SCHEDULER_Handle *sched,
      char *const *args,
      const char *cfgfile, 
      const struct GNUNET_CONFIGURATION_Handle *cfg)
@@ -59,8 +58,7 @@ run (void *cls,
   struct GNUNET_TIME_Absolute exp;
 
   ok = 0;
-  h = GNUNET_DATACACHE_create (sched,
-                              cfg,
+  h = GNUNET_DATACACHE_create (cfg,
                               "testcache");
 
   if (h == NULL)