From 5af3181a70b7ec8ac792507ffa9eab581cc03470 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 31 Jan 2016 16:49:21 +0000 Subject: fix crash bug with -n --- src/fs/gnunet-download.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fs') diff --git a/src/fs/gnunet-download.c b/src/fs/gnunet-download.c index a0ea9698a..85afbe606 100644 --- a/src/fs/gnunet-download.c +++ b/src/fs/gnunet-download.c @@ -308,7 +308,7 @@ main (int argc, char *const *argv) 0, &GNUNET_GETOPT_set_one, &delete_incomplete}, {'n', "no-network", NULL, gettext_noop ("only search the local peer (no P2P network search)"), - 0, &GNUNET_GETOPT_set_uint, &local_only}, + 0, &GNUNET_GETOPT_set_one, &local_only}, {'o', "output", "FILENAME", gettext_noop ("write the file to FILENAME"), 1, &GNUNET_GETOPT_set_string, &filename}, -- cgit v1.2.3