gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5844 - GNUnet/contrib


From: gnunet
Subject: [GNUnet-SVN] r5844 - GNUnet/contrib
Date: Sun, 9 Dec 2007 19:35:30 -0700 (MST)

Author: grothoff
Date: 2007-12-09 19:35:30 -0700 (Sun, 09 Dec 2007)
New Revision: 5844

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

Modified: GNUnet/contrib/config-daemon.scm
===================================================================
--- GNUnet/contrib/config-daemon.scm    2007-12-10 02:23:36 UTC (rev 5843)
+++ GNUnet/contrib/config-daemon.scm    2007-12-10 02:35:30 UTC (rev 5844)
@@ -1503,8 +1503,8 @@
      (rare (get-option ctx "Meta" "RARE"))
      (nobasiclimit (not (get-option ctx "LOAD" "BASICLIMITING")))
      (experimental (get-option ctx "Meta" "EXPERIMENTAL"))
-     (f2fr (string= (get-option ctx "F2F" "RESTRICT") "NO") )
-     (f2f (or (string= (get-option ctx "F2F" "RESTRICT") "YES") 
+     (f2fr (not (get-option ctx "F2F" "RESTRICT") ) )
+     (f2f (or (get-option ctx "F2F" "FRIENDS-ONLY")
               (not (eq? (get-option ctx "F2F" "MINIMUM") 0) ) ) )
      (tcp-port-nz (eq? (get-option ctx "TCP" "PORT") 0) )
      (udp-port-nz (eq? (get-option ctx "UDP" "PORT") 0) )





reply via email to

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