Fix: for librelayd, fix negative reply ret code
authorDavid Goulet <dgoulet@efficios.com>
Tue, 18 Dec 2012 21:50:59 +0000 (16:50 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 18 Dec 2012 21:50:59 +0000 (16:50 -0500)
commitbb63afd9d236f8aa96935ce21f415d76452187e2
treeef3772cf4fd982a95d7348a3680c0f31d1514dc9
parent1c946780b7b29d73eb62ce0bcb6a26e134bd2777
Fix: for librelayd, fix negative reply ret code

Trying to negate a uint32_t is kind of difficult so set ret to -1 and
print the actuall host byte order ret code as an error.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/relayd/relayd.c
This page took 0.024829 seconds and 4 git commands to generate.