X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fping.c;h=084e45683b116f28b15ebeddc11c52f218631160;hb=9b626288aff81c68fe19210a58b4a32eeefde9d3;hp=ac5b0f85907040ab0b7fbc242f6dad85d81ce79c;hpb=8a277e54b4ed7bccb4b3a2e7668792cd5303d3ac;p=collectd.git diff --git a/src/ping.c b/src/ping.c index ac5b0f85..084e4568 100644 --- a/src/ping.c +++ b/src/ping.c @@ -1,6 +1,6 @@ /** * collectd - src/ping.c - * Copyright (C) 2005,2006 Florian octo Forster + * Copyright (C) 2005-2007 Florian octo Forster * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -185,7 +185,6 @@ static void ping_submit (char *host, double latency) vl.values = values; vl.values_len = 1; - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "ping", sizeof (vl.plugin)); sstrncpy (vl.plugin_instance, "", sizeof (vl.plugin_instance));