X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Faquaero.c;h=8872409fcc118c691c4a0a85cdbdf0e14c00fb6b;hb=cc893903f8453dc96a797b319bdd4e294052de6f;hp=08271f87a4b4bdf8124676ec4322ee4932bb9cdd;hpb=e1bfa71aca1f37c2f293dc9adb44065c6e7a9ad9;p=collectd.git diff --git a/src/aquaero.c b/src/aquaero.c index 08271f87..8872409f 100644 --- a/src/aquaero.c +++ b/src/aquaero.c @@ -69,7 +69,6 @@ static void aquaero_submit (const char *type, const char *type_instance, vl.values = &(value_t) { .gauge = value }; vl.values_len = 1; - sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "aquaero", sizeof (vl.plugin)); sstrncpy (vl.plugin_instance, instance, sizeof (vl.plugin_instance)); sstrncpy (vl.type, type, sizeof (vl.type));