From: Christian Grothoff Date: Fri, 31 Dec 2010 08:56:09 +0000 (+0000) Subject: fix as found by LRN X-Git-Tag: initial-import-from-subversion-38251~19380 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b85229645add2ce8255eb8ee620b6807a96f8e81;p=oweals%2Fgnunet.git fix as found by LRN --- diff --git a/src/fs/gnunet-search.c b/src/fs/gnunet-search.c index dddfe6b75..c3ca93713 100644 --- a/src/fs/gnunet-search.c +++ b/src/fs/gnunet-search.c @@ -300,7 +300,7 @@ main (int argc, char *const *argv) 1, &GNUNET_GETOPT_set_uint, &anonymity}, {'n', "no-network", NULL, gettext_noop ("only search the local peer (no P2P network search)"), - 1, &GNUNET_GETOPT_set_uint, &local_only}, + 0, &GNUNET_GETOPT_set_one, &local_only}, {'o', "output", "PREFIX", gettext_noop ("write search results to file starting with PREFIX"),