Code

src/plugin.c: Initiate the threshold checking again.
authorAndrés J. Díaz <ajdiaz@connectical.com>
Mon, 18 May 2009 12:09:11 +0000 (14:09 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Mon, 18 May 2009 12:09:11 +0000 (14:09 +0200)
commitb235b6a85baf902d4c8e11095310f20462c103a2
tree711d8325fe776623797823db404c4eac3dc2b726
parent7075d42e9dfe63db797a5b124f84dea55d17c7eb
src/plugin.c: Initiate the threshold checking again.

Hi,

I have the same problem in my instalation, exactly the same scenario, I found a
possible explanation in the plugin.c module. While in the 4.5 branch exists a
callback to function ut_check_threshold (defined in utils_threshold.c), in the
4.6.2 (and also in 4.6.1, I think), the callback is missing, so threshold
checking never runs.

In fact, a grep -r ut_check_threshold over src dir, only show the definition of
the function in ut_check_threshold module.

I'm not sure if it's really a bug, but when I patched my code, it works fine
for me :) I'm using the 4.6.2 version from tar.gz.

Best regards,
  Andrés

The regression was introduced in 65954d9b.

Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/plugin.c