aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-18 06:54:47 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-18 06:54:47 +0000
commit311bdea2c58c1e4c4d4eddafca1b297c86cb2d3b (patch)
treebac07bc7259a547603aa5ebbe69955bf583aa262 /src
parent91ba3326133e6f0cfc6033b3e882a41f093c7abc (diff)
downloadgnunet-311bdea2c58c1e4c4d4eddafca1b297c86cb2d3b.tar.gz
gnunet-311bdea2c58c1e4c4d4eddafca1b297c86cb2d3b.zip
duplicateline
Diffstat (limited to 'src')
-rw-r--r--src/dht/plugin_dhtlog_mysql.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dht/plugin_dhtlog_mysql.c b/src/dht/plugin_dhtlog_mysql.c
index 4630b8d96..bcedee1ef 100644
--- a/src/dht/plugin_dhtlog_mysql.c
+++ b/src/dht/plugin_dhtlog_mysql.c
@@ -1611,7 +1611,6 @@ libgnunet_plugin_dhtlog_mysql_init (void * cls)
1611 plugin->dhtlog_api->update_topology = &update_current_topology; 1611 plugin->dhtlog_api->update_topology = &update_current_topology;
1612 plugin->dhtlog_api->insert_extended_topology = &add_extended_topology; 1612 plugin->dhtlog_api->insert_extended_topology = &add_extended_topology;
1613 plugin->dhtlog_api->set_malicious = &set_malicious; 1613 plugin->dhtlog_api->set_malicious = &set_malicious;
1614 plugin->dhtlog_api->add_generic_stat = &add_generic_stat;
1615 get_current_trial (&current_trial); 1614 get_current_trial (&current_trial);
1616 1615
1617 return plugin; 1616 return plugin;