Returns now GNUNET_SYSERR
[oweals/gnunet.git] / src / util / program.c
index 9a5ee8833f17ce22c8552d2536212d57c24359d9..6f8467837d3a0e5ecaa7fb720b6aa31ca471bc75 100644 (file)
@@ -77,7 +77,7 @@ program_main (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 {
   struct CommandContext *cc = cls;
 
-  cc->task (cc->task_cls, tc->sched, cc->args, cc->cfgfile, cc->cfg);
+  cc->task (cc->task_cls, cc->args, cc->cfgfile, cc->cfg);
 }