]> git.ipfire.org Git - thirdparty/libvirt.git/commit
domain_conf: Resolve Coverity COPY_PASTE_ERROR
authorJohn Ferlan <jferlan@redhat.com>
Fri, 12 Sep 2014 11:52:39 +0000 (07:52 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 15 Sep 2014 14:44:27 +0000 (10:44 -0400)
commit96aa6052a14379eca23e0ba428355e5c1dab7e04
treeaac6ff0ccba15068ab8941ebe69b8e8bacde6ee5
parentf26e6397b30b7e4fa6018724119e07b9771ddcdd
domain_conf: Resolve Coverity COPY_PASTE_ERROR

Seems when commit id 'ea130e3b' added the checks to ensure each of
the hard_limit, soft_limit, and swap_hard_limit wasn't set at
VIR_DOMAIN_MEMORY_PARAM_UNLIMITED - a copy/paste error of using
the 'hard_limit' for each comparison was done. Adjust the code.
src/conf/domain_conf.c