aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
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