[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.2'
Florian Forster
octo at verplant.org
Tue Apr 1 15:02:46 CEST 2008
src/unixsock.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
New commits:
commit cc198156a5fbf657481c29329982adac3878bee4
Author: Sebastian Harl <sh at tokkee.org>
Date: Mon Mar 31 11:31:38 2008 +0200
unixsock plugin: Do not unregister a write-callback in us_shutdown().
The unixsock plugin no longer registers a write-callback. Basically,
unregistering a non-existent callback does not do any harm, However, if no
write-callback has been registered at all, the appropriate linked list has
never been created and the process will segfault when trying to access it.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
More information about the collectd-changes
mailing list