[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Sun Sep 14 19:30:15 CEST 2014


 src/openvpn.c |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

New commits:
commit 691746f41a3df33f9fe26cc53f12ec16286c09fc
Author: Florian Forster <octo at collectd.org>
Date:   Sun Sep 14 19:28:05 2014 +0200

    openvpn plugin: Don't signal an error when no clients are connected.
    
    In the multi1_read() function, an error (zero) was returned when no
    clients were currently connected to the OpenVPN server, because the
    "read" variable was initialized to zero and the while loop exited before
    it was set to one. This is not the intended behavior.
    
    Thanks to @srix for reporting this issue!
    
    Fixes: #731




More information about the collectd-changes mailing list