X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fpf.c;h=533dffedeeb83e620f5334aec4c2e402484dd400;hb=96b920e6b7bf70560eb95c911202afbeaab2b965;hp=9dd5f93998de35f68f92ce5ee607406af1dbb905;hpb=2079ee1517e34de372f58e7e2267ad5c71a8a41f;p=collectd.git diff --git a/src/pf.c b/src/pf.c index 9dd5f939..533dffed 100644 --- a/src/pf.c +++ b/src/pf.c @@ -69,7 +69,6 @@ static void pf_submit(char const *type, char const *type_instance, uint64_t val, 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));