aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-16 18:26:17 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-16 18:26:17 +0000
commit1becdac841c29bd431ae86bfe8c9ddc5a724f125 (patch)
tree089e7ea0b10b863f0d2fb4995704c3fd1a9f3ab1 /src/dht/dht.h
parent0e0b717e63900a72227232cb0d3ff296c63881d2 (diff)
downloadgnunet-1becdac841c29bd431ae86bfe8c9ddc5a724f125.tar.gz
gnunet-1becdac841c29bd431ae86bfe8c9ddc5a724f125.zip
fixing 1770, towards fixing 1769
Diffstat (limited to 'src/dht/dht.h')
-rw-r--r--src/dht/dht.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index 560266e29..72b721c5e 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -34,7 +34,7 @@
34 * Should NEVER be enabled in production and makes the DHT incompatible 34 * Should NEVER be enabled in production and makes the DHT incompatible
35 * (since this changes the message format). 35 * (since this changes the message format).
36 */ 36 */
37#define HAVE_UID_FOR_TESTING GNUNET_YES 37#define HAVE_UID_FOR_TESTING GNUNET_NO
38 38
39/** 39/**
40 * Include a bf for replies? Should not be needed (see Mantis #1769), but if I remove 40 * Include a bf for replies? Should not be needed (see Mantis #1769), but if I remove