]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virDomainCheckpointDefParse: Don't extract unused domain type
authorPeter Krempa <pkrempa@redhat.com>
Wed, 2 Dec 2020 13:29:30 +0000 (14:29 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 4 Dec 2020 15:15:03 +0000 (16:15 +0100)
commitd1fd4a37555123fbdf9ebb77f3a004320d75b1a3
treebc69aa513c48192f32d91e430f7c2495f30109e6
parent6cfae873594181e1c93a7214092bec24b6d09924
virDomainCheckpointDefParse: Don't extract unused domain type

We can extract './domain' directly and let the parser deal with the
type.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/conf/checkpoint_conf.c