gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8467 - GNUnet/src/applications/topology_default


From: gnunet
Subject: [GNUnet-SVN] r8467 - GNUnet/src/applications/topology_default
Date: Fri, 22 May 2009 17:14:21 -0600

Author: durner
Date: 2009-05-22 17:14:21 -0600 (Fri, 22 May 2009)
New Revision: 8467

Modified:
   GNUnet/src/applications/topology_default/topology.c
Log:
don't reload F2F specifications in P2P mode

Modified: GNUnet/src/applications/topology_default/topology.c
===================================================================
--- GNUnet/src/applications/topology_default/topology.c 2009-05-18 20:33:36 UTC 
(rev 8466)
+++ GNUnet/src/applications/topology_default/topology.c 2009-05-22 23:14:21 UTC 
(rev 8467)
@@ -445,7 +445,9 @@
                                                                 "F2F",
                                                                 "FRIENDS-ONLY",
                                                                 GNUNET_NO);
-  if (fInfo.friends_only == GNUNET_SYSERR)
+  if (fInfo.friends_only == GNUNET_NO)
+    return 0;
+  else if (fInfo.friends_only == GNUNET_SYSERR)
     return GNUNET_SYSERR;       /* invalid */
   opt = 0;
   GNUNET_GC_get_configuration_value_number (cfg,





reply via email to

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