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

Florian Forster octo at verplant.org
Sat Jan 24 11:04:34 CET 2009


 src/tcpconns.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

New commits:
commit 3f786367e7dfe91efbc602ba31fe39d5192117ea
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Jan 24 11:00:30 2009 +0100

    tcpconns plugin: Fix an endianness problem under *BSD.
    
    The port numbers were assumed to be in the host's byte order, when in
    fact they are in network byte order (big endian). The patch adds `ntohs'
    where necessary to fix this problem.
    
    Resolves: #35




More information about the collectd-changes mailing list