From a979ae790afa8c6f7e9f6a88609eb9053f51b1d0 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 1 Jul 2013 18:09:05 +0000 Subject: [PATCH] - note to self: when debugging, use correct executable --- src/mesh/test_mesh.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/test_mesh.conf b/src/mesh/test_mesh.conf index 58dff5adc..3520a0c02 100644 --- a/src/mesh/test_mesh.conf +++ b/src/mesh/test_mesh.conf @@ -2,7 +2,7 @@ SERVICEHOME = /tmp/test-mesh/ [mesh] -BINARY = gnunet-service-mesh-new +#BINARY = gnunet-service-mesh AUTOSTART = NO ACCEPT_FROM = 127.0.0.1; HOSTNAME = localhost -- 2.25.1