aboutsummaryrefslogtreecommitdiff
path: root/src/transport/template_cfg_peer2.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-23 19:38:40 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-23 19:38:40 +0000
commit07f6af3914a9b438cb1526a628689bc0d8a6db27 (patch)
tree5f52ec86da919eae6b32db4797bd236a7fd03dc1 /src/transport/template_cfg_peer2.conf
parenta39e9010af50091561d45bf04bfedd10fb4cc70a (diff)
downloadgnunet-07f6af3914a9b438cb1526a628689bc0d8a6db27.tar.gz
gnunet-07f6af3914a9b438cb1526a628689bc0d8a6db27.zip
do not try to run with valgrind everywhere
Diffstat (limited to 'src/transport/template_cfg_peer2.conf')
-rw-r--r--src/transport/template_cfg_peer2.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf
index 3706ffb25..71881bdb0 100644
--- a/src/transport/template_cfg_peer2.conf
+++ b/src/transport/template_cfg_peer2.conf
@@ -36,7 +36,7 @@ UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
36TRUST = $SERVICEHOME/data/credit/ 36TRUST = $SERVICEHOME/data/credit/
37 37
38[transport] 38[transport]
39PREFIX = valgrind --leak-check=full 39#PREFIX = valgrind --leak-check=full
40PORT = 12010 40PORT = 12010
41UNIXPATH = /tmp/gnunet-p2-service-transport.sock 41UNIXPATH = /tmp/gnunet-p2-service-transport.sock
42 42