gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6005 - GNUnet/contrib


From: gnunet
Subject: [GNUnet-SVN] r6005 - GNUnet/contrib
Date: Fri, 21 Dec 2007 12:38:17 -0700 (MST)

Author: grothoff
Date: 2007-12-21 12:38:14 -0700 (Fri, 21 Dec 2007)
New Revision: 6005

Modified:
   GNUnet/contrib/config-daemon.scm
Log:
fix

Modified: GNUnet/contrib/config-daemon.scm
===================================================================
--- GNUnet/contrib/config-daemon.scm    2007-12-21 05:54:56 UTC (rev 6004)
+++ GNUnet/contrib/config-daemon.scm    2007-12-21 19:38:14 UTC (rev 6005)
@@ -441,12 +441,12 @@
  (builder
  "NETWORK"
  "HELLOEXCHANGE"
- (_ "Disable advertising of other peers by this peer")
+ (_ "Enable advertising of other peers by this peer")
  (_ "This option maybe useful during testing, but turning it off is dangerous! 
If in any doubt, set it to YES (which is the default).")
  '()
  #t
- #f
- #f
+ #t
+ #t
  'experimental) )
 
 (define (network-port builder)





reply via email to

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