X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fthreshold.c;h=7d48244c4948a29b85b885e22b2c18c6309ecc01;hb=83ca15b62cd8477613a8b81d46558041bb63d517;hp=893975027482c9c4d0aff0dce4417c841300c6c2;hpb=171a92c968cb41c314736b0d26f5a6ba2ae59666;p=collectd.git diff --git a/src/threshold.c b/src/threshold.c index 89397502..7d48244c 100644 --- a/src/threshold.c +++ b/src/threshold.c @@ -628,7 +628,7 @@ static int ut_report_state (const data_set_t *ds, if (state != state_old) uc_set_state (ds, vl, state); - NOTIFICATION_INIT_VL (&n, vl, ds); + NOTIFICATION_INIT_VL (&n, vl); buf = n.message; bufsize = sizeof (n.message);