aboutsummaryrefslogtreecommitdiff
path: root/src/stream
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2012-07-22 13:47:09 +0000
committerLRN <lrn1986@gmail.com>2012-07-22 13:47:09 +0000
commita669108f0f2d602bfea9c7a8132fb761388493ad (patch)
treef7d5d820b49c7c7f5c86cb3156666dfc4d778a1e /src/stream
parent87ae074b51ba30501c60ff88782dc2ccd5ef0daa (diff)
downloadgnunet-a669108f0f2d602bfea9c7a8132fb761388493ad.tar.gz
gnunet-a669108f0f2d602bfea9c7a8132fb761388493ad.zip
Fix hostkey loading for old testing framework
Diffstat (limited to 'src/stream')
-rw-r--r--src/stream/test_stream_local.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/test_stream_local.conf b/src/stream/test_stream_local.conf
index 09929ca27..603a87a1c 100644
--- a/src/stream/test_stream_local.conf
+++ b/src/stream/test_stream_local.conf
@@ -64,7 +64,7 @@ WEAKRANDOM = YES
64[testing_old] 64[testing_old]
65NUM_PEERS = 5 65NUM_PEERS = 5
66DEBUG = YES 66DEBUG = YES
67HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat 67HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
68MAX_CONCURRENT_SSH = 10 68MAX_CONCURRENT_SSH = 10
69USE_PROGRESSBARS = YES 69USE_PROGRESSBARS = YES
70PEERGROUP_TIMEOUT = 2400 s 70PEERGROUP_TIMEOUT = 2400 s