]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc: Remove unnecessary error label
authorJohn Ferlan <jferlan@redhat.com>
Fri, 21 Sep 2018 11:26:00 +0000 (07:26 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 24 Sep 2018 13:44:31 +0000 (09:44 -0400)
commitf6399b9d8966a1572e1b908a7a777be7b960f590
treec4294a572b1c52f543541586b019f70a750394a6
parent7eb56dcd9ef4c21f8f4bc5e639dc4dd01e6d572a
lxc: Remove unnecessary error label

Since lxcConvertSize already creates an error message, there
is no need to use an error: label in lxcSetMemTune to just
overwrite or essentially rewrite the same error. So remove
the label.

Signed-off-by: John Ferlan <jferlan@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/lxc/lxc_native.c