X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fzfs_arc.c;h=ad287bb107eed0e9e50b2974e95349a779f9d9b2;hb=2ede5e7fd0f7e75edd1fba531cd870bb16092e71;hp=e4110859ffded2c26915b62b1a49f2fad804b43b;hpb=e1bfa71aca1f37c2f293dc9adb44065c6e7a9ad9;p=collectd.git diff --git a/src/zfs_arc.c b/src/zfs_arc.c index e4110859..ad287bb1 100644 --- a/src/zfs_arc.c +++ b/src/zfs_arc.c @@ -145,7 +145,6 @@ static void za_submit (const char* type, const char* type_instance, value_t* val vl.values = values; vl.values_len = values_len; - sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "zfs_arc", sizeof (vl.plugin)); sstrncpy (vl.type, type, sizeof (vl.type)); sstrncpy (vl.type_instance, type_instance, sizeof (vl.type_instance));