From: Nathan S. Evans Date: Tue, 14 Jun 2011 12:59:44 +0000 (+0000) Subject: how did this ever work? X-Git-Tag: initial-import-from-subversion-38251~18215 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=535043d064af1be3c3fc387aa90c66a636e76577;p=oweals%2Fgnunet.git how did this ever work? --- 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) ||