aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-unindex.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-25 19:33:17 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-25 19:33:17 +0000
commit013778533273494f054ec1aa6084fe72d9d1e1c7 (patch)
tree4ea2f92c863cb630e713e1e626018a0018db52a9 /src/fs/gnunet-unindex.c
parent99bb34bf91253eb90fd1bc900af88580c6461e53 (diff)
downloadgnunet-013778533273494f054ec1aa6084fe72d9d1e1c7.tar.gz
gnunet-013778533273494f054ec1aa6084fe72d9d1e1c7.zip
API fix
Diffstat (limited to 'src/fs/gnunet-unindex.c')
-rw-r--r--src/fs/gnunet-unindex.c3
1 files changed, 2 insertions, 1 deletions
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,
139 return; 139 return;
140 } 140 }
141 uc = GNUNET_FS_unindex_start (ctx, 141 uc = GNUNET_FS_unindex_start (ctx,
142 args[0]); 142 args[0],
143 NULL);
143 if (NULL == uc) 144 if (NULL == uc)
144 { 145 {
145 fprintf (stderr, 146 fprintf (stderr,