X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fntpd.c;h=7f6f982aac824cc3ef63255bf01b809c3226ea70;hb=41288c6a9ed050b41ad47184aa1b53668c3588cc;hp=ccdecd98302e26362e2c3de949d52f513249c689;hpb=e1bfa71aca1f37c2f293dc9adb44065c6e7a9ad9;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));