-fix leak
[oweals/gnunet.git] / src / dht / gnunet-dht-get.c
index e7e8093235fa60251f21818af387083ad10833de..2483e3cd12829f9063264b5126336366f9a0ead8 100644 (file)
@@ -26,6 +26,7 @@
 #include "platform.h"
 #include "gnunet_dht_service.h"
 
+#define LOG(kind,...) GNUNET_log_from (kind, "dht-clients",__VA_ARGS__)
 /**
  * The type of the query
  */
@@ -150,6 +151,8 @@ run (void *cls, char *const *args, const char *cfgfile,
 {
   struct GNUNET_HashCode key;
 
+
+
   cfg = c;
   if (NULL == query_key)
   {