aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-unindex.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-18 18:00:12 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-18 18:00:12 +0000
commitc3bb2fde588bc1f9d822bc5dfbbb930e52a21b83 (patch)
treea0f4a183b6dded627a1a133a4c1e3cf8c2a2ff2f /src/fs/gnunet-unindex.c
parentc871949ce934d896718de59775c8b0b7285720c1 (diff)
downloadgnunet-c3bb2fde588bc1f9d822bc5dfbbb930e52a21b83.tar.gz
gnunet-c3bb2fde588bc1f9d822bc5dfbbb930e52a21b83.zip
minor consistency improvements to FS API and another testcase that compiles but does not yet run
Diffstat (limited to 'src/fs/gnunet-unindex.c')
-rw-r--r--src/fs/gnunet-unindex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-unindex.c b/src/fs/gnunet-unindex.c
index e6af09172..cce08bb20 100644
--- a/src/fs/gnunet-unindex.c
+++ b/src/fs/gnunet-unindex.c
@@ -132,8 +132,8 @@ run (void *cls,
132 ret = 1; 132 ret = 1;
133 return; 133 return;
134 } 134 }
135 uc = GNUNET_FS_unindex (ctx, 135 uc = GNUNET_FS_unindex_start (ctx,
136 args[0]); 136 args[0]);
137 if (NULL == uc) 137 if (NULL == uc)
138 { 138 {
139 fprintf (stderr, 139 fprintf (stderr,