gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12431 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r12431 - gnunet/src/testing
Date: Mon, 2 Aug 2010 10:27:11 +0200

Author: nevans
Date: 2010-08-02 10:27:11 +0200 (Mon, 02 Aug 2010)
New Revision: 12431

Modified:
   gnunet/src/testing/testing_group.c
Log:
allow control connections to transport service

Modified: gnunet/src/testing/testing_group.c
===================================================================
--- gnunet/src/testing/testing_group.c  2010-08-01 19:52:50 UTC (rev 12430)
+++ gnunet/src/testing/testing_group.c  2010-08-02 08:27:11 UTC (rev 12431)
@@ -665,6 +665,7 @@
     {
       GNUNET_asprintf(&allowed_hosts, "%s; 127.0.0.1;", control_host);
       GNUNET_CONFIGURATION_set_value_string(uc.ret, "core", "ACCEPT_FROM", 
allowed_hosts);
+      GNUNET_CONFIGURATION_set_value_string(uc.ret, "transport", 
"ACCEPT_FROM", allowed_hosts);
       GNUNET_free_non_null(control_host);
       GNUNET_free(allowed_hosts);
     }




reply via email to

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