From 535043d064af1be3c3fc387aa90c66a636e76577 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Tue, 14 Jun 2011 12:59:44 +0000 Subject: [PATCH] how did this ever work? --- src/dht/plugin_dhtlog_mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dht/plugin_dhtlog_mysql.c b/src/dht/plugin_dhtlog_mysql.c index 0cce99d6d..4630b8d96 100644 --- a/src/dht/plugin_dhtlog_mysql.c +++ b/src/dht/plugin_dhtlog_mysql.c @@ -459,7 +459,7 @@ iopen (struct GNUNET_DHTLOG_Plugin *plugin) PINIT (insert_route, INSERT_ROUTES_STMT) || PINIT (insert_trial, INSERT_TRIALS_STMT) || PINIT (insert_round, INSERT_ROUNDS_STMT) || - PINIT (insert_round, INSERT_ROUND_DETAILS_STMT) || + PINIT (insert_round_details, INSERT_ROUND_DETAILS_STMT) || PINIT (insert_stat, INSERT_STAT_STMT) || PINIT (insert_generic_stat, INSERT_GENERIC_STAT_STMT) || PINIT (insert_node, INSERT_NODES_STMT) || -- 2.25.1