]> git.ipfire.org Git - thirdparty/lxc.git/commit
fix build on mpc85xx
authorDaniel Golle <daniel@makrotopia.org>
Tue, 9 Jun 2015 10:58:12 +0000 (12:58 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 1 Jul 2015 17:44:46 +0000 (13:44 -0400)
commitd55fa2509f190b773f2c9f4f2b66bd2482ff25ec
treed1199f04f381f313d322726034d16996b1a56f31
parent087c5f0c015c69f667482cc10d491ce2cb257659
fix build on mpc85xx

Initialize ret to 0 so compiler no longer complains about
monitor.c: In function 'lxc_monitor_open':
monitor.c:212:5: error: 'ret' may be used uninitialized in this function [-Werror=maybe-uninitialized]

https://github.com/openwrt/packages/issues/1356

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
src/lxc/monitor.c