gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8484 - GNUnet/src/applications/dv_dht/module


From: gnunet
Subject: [GNUnet-SVN] r8484 - GNUnet/src/applications/dv_dht/module
Date: Fri, 29 May 2009 17:12:43 -0600

Author: nevans
Date: 2009-05-29 17:12:43 -0600 (Fri, 29 May 2009)
New Revision: 8484

Modified:
   GNUnet/src/applications/dv_dht/module/routing.c
Log:
changes for better mysql support

Modified: GNUnet/src/applications/dv_dht/module/routing.c
===================================================================
--- GNUnet/src/applications/dv_dht/module/routing.c     2009-05-29 23:07:21 UTC 
(rev 8483)
+++ GNUnet/src/applications/dv_dht/module/routing.c     2009-05-29 23:12:43 UTC 
(rev 8484)
@@ -1059,7 +1059,10 @@
       debug_routes_extended = GNUNET_YES;
     }
 
-  if (debug_routes)
+  if (GNUNET_YES == GNUNET_GC_get_configuration_value_yesno (coreAPI->cfg,
+                                                             "DHT",
+                                                             "DHTLOG_MYSQL",
+                                                             GNUNET_NO))
     {
       dhtlog = coreAPI->service_request ("dhtlog_mysql");
       GNUNET_GE_ASSERT (coreAPI->ectx, dhtlog != NULL);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]