]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Fix a wrong check in cmdEcho()
authorHongwei Bi <hwbi2008@gmail.com>
Tue, 17 Sep 2013 06:21:32 +0000 (14:21 +0800)
committerJán Tomko <jtomko@redhat.com>
Tue, 17 Sep 2013 07:15:18 +0000 (09:15 +0200)
commit0925ad4e282125fb7e94f2dffc731cf3f1b3eacc
tree9df64059181279462d24d622dba68a0801afbb85
parent3efbe13f4d9a7e92ab3f6f526bc43615c04b132e
virsh: Fix a wrong check in cmdEcho()

What should be checked here is xmlbuf rather than buf.
tools/virsh.c