From 013778533273494f054ec1aa6084fe72d9d1e1c7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 25 Oct 2009 19:33:17 +0000 Subject: API fix --- src/fs/gnunet-unindex.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fs/gnunet-unindex.c') diff --git a/src/fs/gnunet-unindex.c b/src/fs/gnunet-unindex.c index c6b75c9c3..bc87e59f9 100644 --- a/src/fs/gnunet-unindex.c +++ b/src/fs/gnunet-unindex.c @@ -139,7 +139,8 @@ run (void *cls, return; } uc = GNUNET_FS_unindex_start (ctx, - args[0]); + args[0], + NULL); if (NULL == uc) { fprintf (stderr, -- cgit v1.2.3