gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36888 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r36888 - gnunet/src/fs
Date: Sun, 31 Jan 2016 17:49:22 +0100

Author: grothoff
Date: 2016-01-31 17:49:21 +0100 (Sun, 31 Jan 2016)
New Revision: 36888

Modified:
   gnunet/src/fs/gnunet-download.c
Log:
fix crash bug with -n

Modified: gnunet/src/fs/gnunet-download.c
===================================================================
--- gnunet/src/fs/gnunet-download.c     2016-01-31 16:49:11 UTC (rev 36887)
+++ gnunet/src/fs/gnunet-download.c     2016-01-31 16:49:21 UTC (rev 36888)
@@ -308,7 +308,7 @@
      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},




reply via email to

[Prev in Thread] Current Thread [Next in Thread]