From b85229645add2ce8255eb8ee620b6807a96f8e81 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 31 Dec 2010 08:56:09 +0000 Subject: [PATCH] fix as found by LRN --- src/fs/gnunet-search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- 2.25.1