]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/monitor.c
[monitor] wrong statement of break
author独孤昊天 <duguhaotian@users.noreply.github.com>
Mon, 18 Dec 2017 06:52:25 +0000 (14:52 +0800)
committerliuhao <liuhao27@huawei.com>
Tue, 19 Dec 2017 08:51:35 +0000 (16:51 +0800)
commit94bc08e9ed6f4f2541bc710ab12d5c8e451c2e80
tree57f91ca4ee4d7440c4a02306555b587bf279e360
parentbad943c4dc74db8f62f1ed288bc0e95f38c5511e
[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