[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.10'
Florian Forster
octo at verplant.org
Sat Apr 6 18:28:58 CEST 2013
src/network.c | 34 +++++++++++++++++++++-------------
1 file changed, 21 insertions(+), 13 deletions(-)
New commits:
commit 0ec776abf45ef3989f38d966e74b588f9ef15ebe
Author: Florian Forster <octo at collectd.org>
Date: Sat Apr 6 18:23:16 2013 +0200
network plugin: Make sure gcrypt is initialized before using any of its functions.
@marekbecka found that sockent_open() is called during the configuration
phase, but gcrypt is initialized later, during the initialization phase.
This patch will initialize gcrypt in sockent_open() if any sockets with
security are configured.
Fixes Github issue #273.
More information about the collectd-changes
mailing list