aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/test_datacache_quota.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datacache/test_datacache_quota.c')
-rw-r--r--src/datacache/test_datacache_quota.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/datacache/test_datacache_quota.c b/src/datacache/test_datacache_quota.c
index 4674a7da9..77ad63815 100644
--- a/src/datacache/test_datacache_quota.c
+++ b/src/datacache/test_datacache_quota.c
@@ -45,7 +45,6 @@ static const char *plugin_name;
45 */ 45 */
46static void 46static void
47run (void *cls, 47run (void *cls,
48 struct GNUNET_SCHEDULER_Handle *sched,
49 char *const *args, 48 char *const *args,
50 const char *cfgfile, 49 const char *cfgfile,
51 const struct GNUNET_CONFIGURATION_Handle *cfg) 50 const struct GNUNET_CONFIGURATION_Handle *cfg)
@@ -59,8 +58,7 @@ run (void *cls,
59 struct GNUNET_TIME_Absolute exp; 58 struct GNUNET_TIME_Absolute exp;
60 59
61 ok = 0; 60 ok = 0;
62 h = GNUNET_DATACACHE_create (sched, 61 h = GNUNET_DATACACHE_create (cfg,
63 cfg,
64 "testcache"); 62 "testcache");
65 63
66 if (h == NULL) 64 if (h == NULL)