]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Refactor formatting of startupPolicy in virDomainDiskSourceFormatInternal
authorPeter Krempa <pkrempa@redhat.com>
Wed, 7 Mar 2018 16:45:56 +0000 (17:45 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 14 Mar 2018 11:19:44 +0000 (12:19 +0100)
commit2bbbc9798d4397dc24932cd1bb73c37d100791d1
tree2e0a0be9cbf929d1c99c7325988b8dc0d91b3286
parent8f5138829f7fb98a5471f30c73fdfb95872bd52e
conf: Refactor formatting of startupPolicy in virDomainDiskSourceFormatInternal

Move it to a single location which also allows to get rid of the
temporrary variable.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/conf/domain_conf.c