aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-04 21:01:22 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-04 21:01:22 +0000
commit0e4c7cdccfc4105f9c6e529cfa0e3722104b0ddf (patch)
treeac53b9088e75b7041e14e3455698a75da085b3d7 /src/topology
parentb6d09b511fbd61d3b36fde4c28624bed321bf4a1 (diff)
downloadgnunet-0e4c7cdccfc4105f9c6e529cfa0e3722104b0ddf.tar.gz
gnunet-0e4c7cdccfc4105f9c6e529cfa0e3722104b0ddf.zip
-misc bugfixes, travel hacking
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/gnunet-daemon-topology.c1
-rw-r--r--src/topology/test_gnunet_daemon_topology_data.conf3
2 files changed, 1 insertions, 3 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 682ad417c..fc1f461ed 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -1364,6 +1364,7 @@ main (int argc, char *const *argv)
1364 _ 1364 _
1365 ("GNUnet topology control (maintaining P2P mesh and F2F constraints)"), 1365 ("GNUnet topology control (maintaining P2P mesh and F2F constraints)"),
1366 options, &run, NULL)) ? 0 : 1; 1366 options, &run, NULL)) ? 0 : 1;
1367 GNUNET_free ((void*) argv);
1367 return ret; 1368 return ret;
1368} 1369}
1369 1370
diff --git a/src/topology/test_gnunet_daemon_topology_data.conf b/src/topology/test_gnunet_daemon_topology_data.conf
index c4e01aced..178f50fda 100644
--- a/src/topology/test_gnunet_daemon_topology_data.conf
+++ b/src/topology/test_gnunet_daemon_topology_data.conf
@@ -7,7 +7,6 @@ PORT = 2664
7[transport] 7[transport]
8PORT = 2665 8PORT = 2665
9PLUGINS = tcp 9PLUGINS = tcp
10#DEBUG = YES
11#PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args 10#PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args
12#PREFIX = valgrind --tool=memcheck --log-file=logs%p 11#PREFIX = valgrind --tool=memcheck --log-file=logs%p
13 12
@@ -37,10 +36,8 @@ PORT = 2669
37 36
38[core] 37[core]
39PORT = 2670 38PORT = 2670
40#DEBUG = YES
41 39
42[topology] 40[topology]
43# DEBUG = YES
44#PREFIX = valgrind --tool=memcheck 41#PREFIX = valgrind --tool=memcheck
45 42
46[fs] 43[fs]