mirror of https://gitee.com/openkylin/libvirt.git
oops, Daniel
This commit is contained in:
parent
652f3bb13b
commit
3e255474d3
|
@ -673,7 +673,7 @@ static void
|
|||
virXenErrorFunc(virErrorNumber error, const char *func, const char *info,
|
||||
int value)
|
||||
{
|
||||
char fullinfo[1000]
|
||||
char fullinfo[1000];
|
||||
const char *errmsg;
|
||||
|
||||
if ((error == VIR_ERR_OK) || (in_init != 0))
|
||||
|
|
Loading…
Reference in New Issue