]> git.ipfire.org Git - thirdparty/lxc.git/commit
fix build on mpc85xx 557/head
authorDaniel Golle <daniel@makrotopia.org>
Tue, 9 Jun 2015 10:58:12 +0000 (12:58 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 9 Jun 2015 10:58:12 +0000 (12:58 +0200)
commitf58ad87a3f58802ed921abdadba587642fa125d5
tree3467f40e9804c60053dc50764c293b91238ff730
parentd9b32b0900cb7053d788b1b501653c7bcf5149c4
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