mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-09 12:38:27 -05:00
* src/virsh.c: fix for virsh ttyconsole return value bug #495954
daniel
This commit is contained in:
@@ -4930,6 +4930,7 @@ cmdTTYConsole(vshControl *ctl, const vshCmd *cmd)
|
||||
goto cleanup;
|
||||
}
|
||||
vshPrint(ctl, "%s\n", (const char *)obj->stringval);
|
||||
ret = TRUE;
|
||||
|
||||
cleanup:
|
||||
xmlXPathFreeObject(obj);
|
||||
|
||||
Reference in New Issue
Block a user