X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fchrony.c;h=77ba8cc460564d42ed6b8794080a36234e3c0199;hb=c5ffa797883f238776e6294054f260df3cd0aea6;hp=353ede792f0627aae2e512439151349f050aeccd;hpb=51bc7c4a5523f2b03c24e32064b28c7c8426534d;p=collectd.git diff --git a/src/chrony.c b/src/chrony.c index 353ede79..77ba8cc4 100644 --- a/src/chrony.c +++ b/src/chrony.c @@ -683,9 +683,6 @@ chrony_push_data(const char *p_type, const char *p_type_inst, double p_value) vl.values_len = 1; /* XXX: Shall g_chrony_host/g_chrony_port be reflected in the plugin's output? */ - /* hostname_g is set in daemon/collectd.c (from config, via gethostname or by resolving localhost) */ - /* defined as: char hostname_g[DATA_MAX_NAME_LEN]; (never NULL) */ - sstrncpy(vl.host, hostname_g, sizeof(vl.host)); sstrncpy(vl.plugin, PLUGIN_NAME_SHORT, sizeof(vl.plugin)); if (g_chrony_plugin_instance != NULL) {