]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc: Use correct job type for destroying a domain
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 24 Jan 2019 07:32:27 +0000 (08:32 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 7 Feb 2019 10:13:56 +0000 (11:13 +0100)
commit797bdb3ce8a49b999f174d73c9104793e066280a
treeb620b47e93cdd5de7ed1f2aa748eeee581ec5d04
parent6e27a81a17d8f0abff380dc1c4f1018292ceaf75
lxc: Use correct job type for destroying a domain

Not that it would matter because LXC driver doesn't differentiate
the job types so far, but nevertheless the Destroy() should grab
LXC_JOB_DESTROY.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/lxc/lxc_driver.c