aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-17 21:36:49 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-17 21:36:49 +0000
commit7b0a7042bd85a5e4dd3021e0245ced21fffe634f (patch)
tree27e00991d51655123165eada06d5579de5f454f3 /src/dht/dht.h
parentd17a12c46c3b32cea91be8b8330066e3301b3f08 (diff)
downloadgnunet-7b0a7042bd85a5e4dd3021e0245ced21fffe634f.tar.gz
gnunet-7b0a7042bd85a5e4dd3021e0245ced21fffe634f.zip
fixing 1776 --- do not check uid in client and don't put it into recent
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 9fb71a8d1..4832df490 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 * Needs to be GNUNET_YES for logging to dhtlog to work! 40 * Needs to be GNUNET_YES for logging to dhtlog to work!