]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: be careful to return "FALSE" upon OOM
authorJim Meyering <meyering@redhat.com>
Thu, 18 Feb 2010 10:05:38 +0000 (11:05 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 19 Feb 2010 10:54:35 +0000 (11:54 +0100)
commit62f4ae153b68a7879d63a59ecd742c3e53b1d53a
tree8ac1f9a2e768cc730271c9fe48f08785a95fe5bb
parent3f8de891c5f7b1cdd5bf56f17d3ab11ca56bcf99
virsh: be careful to return "FALSE" upon OOM

* tools/virsh.c (cmdCPUBaseline): Add an explicit "return" statement
after the "no_memory:" label.
tools/virsh.c