]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Remove double OOM error reporting from JSON monitor
authorJán Tomko <jtomko@redhat.com>
Fri, 27 Jun 2014 06:45:14 +0000 (08:45 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 3 Jul 2014 08:48:14 +0000 (10:48 +0200)
commitfb11f5b185eb03c00e8560dd123e64127b02ef34
treeb944cc64665aad9ee2c19974d544dfa27f9ceb9d
parentc997e45408567fe51ffd746681a0eba428144ab0
Remove double OOM error reporting from JSON monitor

The functions called here report an OOM error when the allocation
fails, or quietly return -1 on wrong usage (which is not the case
here)
src/qemu/qemu_monitor_json.c