X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fpf.c;h=ecaa869c0658c6a549899288ce18c2e05566b953;hb=e1fda36ff7e4b5f508b630b614b182e298d91fb7;hp=d7a5a15cff11b4cd3d2baf07297161fcc56867f3;hpb=9c962b99a3acd77f1d6e2499052b47356819511a;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));