gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r22440 - gnunet/src/testing
Date: Mon, 2 Jul 2012 16:34:13 +0200

Author: wachs
Date: 2012-07-02 16:34:13 +0200 (Mon, 02 Jul 2012)
New Revision: 22440

Modified:
   gnunet/src/testing/testing.c
Log:
workaround for mantis 2476

Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2012-07-02 13:43:56 UTC (rev 22439)
+++ gnunet/src/testing/testing.c        2012-07-02 14:34:13 UTC (rev 22440)
@@ -618,6 +618,9 @@
   char *orig_allowed_hosts;
   char *allowed_hosts;
 
+  if (NULL != strstr (section, "transport-"))
+    return;
+
   if (GNUNET_OK != 
       GNUNET_CONFIGURATION_get_value_string (uc->cfg, section, "ACCEPT_FROM",
                                              &orig_allowed_hosts))




reply via email to

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