Fix checking of return codes in dispatcher
The libvirt APIs reserve any negative value for indicating an error. Thus checks if (virXXXX() == -1) Should instead be if (virXXXX() < 0) * daemon/remote.c: s/ == -1/ < 0/
Showing
此差异已折叠。
想要评论请 注册 或 登录