From: Chris Lundquist Date: Tue, 24 Jan 2012 19:57:06 +0000 (-0800) Subject: remove more commented out code X-Git-Tag: collectd-5.1.0~42^2~4 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;ds=sidebyside;h=830b900e1f2473904f15eb29475a1f857a017ba1;p=collectd.git remove more commented out code --- diff --git a/src/write_mongodb.c b/src/write_mongodb.c index f13cdc33..23cca685 100644 --- a/src/write_mongodb.c +++ b/src/write_mongodb.c @@ -95,13 +95,6 @@ static int wm_write (const data_set_t *ds, /* {{{ */ if (node->connected == 0) { -/* - sstrncpy(node->opts->host, node->host, - sizeof (node->opts->host)); - node->opts->port = node->port; -*/ - - /* status = mongo_connect(node->conn,node->opts->host, node->opts->port);*/ status = mongo_connect(node->conn, node->host, node->port); if (status != MONGO_OK) { ERROR ("write_mongodb plugin: Connecting to host \"%s\" (port %i) failed.",