X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fpf.c;h=533dffedeeb83e620f5334aec4c2e402484dd400;hb=5fdcd6c27eebf1455cb662cd52e90838bdf16960;hp=9dd5f93998de35f68f92ce5ee607406af1dbb905;hpb=79963d13c1884d1d92667cc502ad20758b084a12;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));