X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fntpd.c;h=7f6f982aac824cc3ef63255bf01b809c3226ea70;hb=b42b7eaaaa3d2b375dc17b52f8858c0ebe2f5f40;hp=ccdecd98302e26362e2c3de949d52f513249c689;hpb=10139cda6f68ae1f921d79c930dd85944afb74a3;p=collectd.git diff --git a/src/ntpd.c b/src/ntpd.c index ccdecd98..7f6f982a 100644 --- a/src/ntpd.c +++ b/src/ntpd.c @@ -317,9 +317,7 @@ static void ntpd_submit (const char *type, const char *type_inst, gauge_t value) vl.values = &(value_t) { .gauge = value }; vl.values_len = 1; - sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "ntpd", sizeof (vl.plugin)); - sstrncpy (vl.plugin_instance, "", sizeof (vl.plugin_instance)); sstrncpy (vl.type, type, sizeof (vl.type)); sstrncpy (vl.type_instance, type_inst, sizeof (vl.type_instance));