aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-06 12:02:10 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-06 12:02:10 +0000
commit0d2a606bdb2375d283be00d18d73f3eae8b06e4c (patch)
treebc05335ffd1437090f45a4664ac14488719b4a86 /src
parent981e798d47ec0e997c4954816099ee48a2c2b7cb (diff)
downloadgnunet-0d2a606bdb2375d283be00d18d73f3eae8b06e4c.tar.gz
gnunet-0d2a606bdb2375d283be00d18d73f3eae8b06e4c.zip
stuff
Diffstat (limited to 'src')
-rw-r--r--src/fs/fs_test_lib_data.conf4
-rw-r--r--src/util/bandwidth.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/fs_test_lib_data.conf b/src/fs/fs_test_lib_data.conf
index dc18d8c15..83d995adc 100644
--- a/src/fs/fs_test_lib_data.conf
+++ b/src/fs/fs_test_lib_data.conf
@@ -12,7 +12,7 @@ HOSTNAME = localhost
12[transport] 12[transport]
13PORT = 43465 13PORT = 43465
14PLUGINS = tcp 14PLUGINS = tcp
15DEBUG = YES 15#DEBUG = YES
16 16
17[arm] 17[arm]
18PORT = 43466 18PORT = 43466
@@ -32,7 +32,7 @@ HOSTNAME = localhost
32ALLOW_SHUTDOWN = NO 32ALLOW_SHUTDOWN = NO
33TIMEOUT = 300000 33TIMEOUT = 300000
34#PORT = 43468 34#PORT = 43468
35DEBUG = YES 35#DEBUG = YES
36 36
37[peerinfo] 37[peerinfo]
38PORT = 43469 38PORT = 43469
diff --git a/src/util/bandwidth.c b/src/util/bandwidth.c
index 9ba6bd5ec..a3a46a7ca 100644
--- a/src/util/bandwidth.c
+++ b/src/util/bandwidth.c
@@ -27,7 +27,7 @@
27#include "gnunet_bandwidth_lib.h" 27#include "gnunet_bandwidth_lib.h"
28#include "gnunet_server_lib.h" 28#include "gnunet_server_lib.h"
29 29
30#define DEBUG_BANDWIDTH GNUNET_YES 30#define DEBUG_BANDWIDTH GNUNET_NO
31 31
32/** 32/**
33 * Create a new bandwidth value. 33 * Create a new bandwidth value.