]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage_conf: Make virStorageAuthDefFormat return void
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 20 Feb 2018 11:24:36 +0000 (12:24 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 20 Feb 2018 12:06:22 +0000 (13:06 +0100)
commit82e43ae1648b930f5fa853094ab4d3210cc4038c
treec30d91573c414057f2a0039a08e261c0e8b8db7d
parent4e657f2ae21c763c9cb001195e131a9d9c6db47c
storage_conf: Make virStorageAuthDefFormat return void

This function returns nothing but zero. Therefore it makes no
sense to have it returning an integer.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/conf/domain_conf.c
src/conf/storage_conf.c
src/util/virstoragefile.c
src/util/virstoragefile.h