aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-17 20:23:50 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-17 20:23:50 +0000
commitefbfe68cf4301de376afc24f094093406e86abe8 (patch)
treef8d996fb3f2f38b69bce11896928a38859c44b47 /src/topology
parentf80853161efff37790f226a8c0f78f4093cd4571 (diff)
downloadgnunet-efbfe68cf4301de376afc24f094093406e86abe8.tar.gz
gnunet-efbfe68cf4301de376afc24f094093406e86abe8.zip
stop
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/test_gnunet_service_topology.c1
-rw-r--r--src/topology/test_gnunet_service_topology_data.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/topology/test_gnunet_service_topology.c b/src/topology/test_gnunet_service_topology.c
index b40830559..9148b6e0a 100644
--- a/src/topology/test_gnunet_service_topology.c
+++ b/src/topology/test_gnunet_service_topology.c
@@ -73,6 +73,7 @@ notify_connect_complete(void *cls,
73 fprintf (stderr, 73 fprintf (stderr,
74 "Failed to connect two peers: %s\n", 74 "Failed to connect two peers: %s\n",
75 emsg); 75 emsg);
76 GNUNET_TESTING_daemons_stop (pg);
76 GNUNET_assert (0); 77 GNUNET_assert (0);
77 return; 78 return;
78 } 79 }
diff --git a/src/topology/test_gnunet_service_topology_data.conf b/src/topology/test_gnunet_service_topology_data.conf
index bedf53129..588134b8a 100644
--- a/src/topology/test_gnunet_service_topology_data.conf
+++ b/src/topology/test_gnunet_service_topology_data.conf
@@ -26,6 +26,7 @@ PORT = 2669
26 26
27[core] 27[core]
28PORT = 2670 28PORT = 2670
29DEBUG = YES
29 30
30[topology] 31[topology]
31DEBUG = YES 32DEBUG = YES