diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-04-27 12:35:37 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-04-27 12:35:37 +0000 |
commit | 2cb9c03d745f69e5cfd0964a75aff1a33acf838f (patch) | |
tree | ba8420e8ac498eb98c6e863539ec9ad8b305eb9f /src/fs | |
parent | 30cd4ffedc991a35b84ed2c84f5a74b5b2d7322b (diff) |
fix
Diffstat (limited to 'src/fs')
-rw-r--r-- | src/fs/gnunet-pseudonym.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/gnunet-pseudonym.c b/src/fs/gnunet-pseudonym.c index f585cf6cc..9f85f0545 100644 --- a/src/fs/gnunet-pseudonym.c +++ b/src/fs/gnunet-pseudonym.c @@ -260,7 +260,8 @@ run (void *cls, "gnunet-pseudonym", &progress_cb, NULL, - GNUNET_FS_FLAGS_NONE); + GNUNET_FS_FLAGS_NONE, + GNUNET_FS_OPTIONS_END); if (NULL != delete_ns) { ns = GNUNET_FS_namespace_create (h, delete_ns); |