]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix QEMU text monitor command error checking
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 22 Apr 2010 15:47:33 +0000 (16:47 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 22 Apr 2010 16:15:48 +0000 (17:15 +0100)
commit9772bebab7f12e5b68a44fe007b28acaf9ddb321
tree706667fcd70ea32a29537c4a22a0d9a8eaa9c5f8
parenta980d123b54d47cace77b6f49186de70c068b12d
Fix QEMU text monitor command error checking

The text monitor code was checking for a '\n' prefix on several
places. Previously this would work, but since the monitor code
re-write the '\n' is already stripped off, so mustn't be checked
for.

* src/qemu/qemu_monitor_text.c: Fix monitor error checking
src/qemu/qemu_monitor_text.c