X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fpf.c;h=ecaa869c0658c6a549899288ce18c2e05566b953;hb=4a4abbb0a9412e9e43dc02da7b51a1f5f7ec69bb;hp=d7a5a15cff11b4cd3d2baf07297161fcc56867f3;hpb=ed985cb9d3d89aec3490b17e0fda3ee97908f935;p=collectd.git diff --git a/src/pf.c b/src/pf.c index d7a5a15c..ecaa869c 100644 --- a/src/pf.c +++ b/src/pf.c @@ -70,7 +70,6 @@ static void pf_submit (char const *type, char const *type_instance, vl.values = values; vl.values_len = 1; - sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "pf", sizeof (vl.plugin)); sstrncpy (vl.type, type, sizeof(vl.type)); sstrncpy (vl.type_instance, type_instance, sizeof(vl.type_instance));