]> git.ipfire.org Git - thirdparty/lxc.git/commit
[monitor] wrong statement of break
author独孤昊天 <duguhaotian@users.noreply.github.com>
Mon, 18 Dec 2017 06:52:25 +0000 (14:52 +0800)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 1 Jan 2018 23:36:19 +0000 (00:36 +0100)
commitddbb1dbc0ce9cdd47f7306b279b59f59606e6955
tree0592af36cc318bf75f18e4a1c4a0bc6a60f8a97f
parent457df41b186faf89f97f425be51c333a284504d1
[monitor] wrong statement of break

if lxc_abstract_unix_connect fail and return -1,  this code never goto retry.

Signed-off-by: liuhao <liuhao27@huawei.com>
src/lxc/monitor.c