]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virAuthGetPasswordPath: Use virAuthAskCredential for callback interaction
authorPeter Krempa <pkrempa@redhat.com>
Thu, 8 Dec 2022 15:28:15 +0000 (16:28 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 23 Jan 2023 15:32:26 +0000 (16:32 +0100)
commitb342c555e5e8a3d8882ad9c20ffd60739dc9f94b
treebe463e9df01da19ea86116b077b01a43cff594d1
parent616e79c065f5b4a52ed3e5fb1e2dec643b44b1e6
virAuthGetPasswordPath: Use virAuthAskCredential for callback interaction

Replace the open-coded variant by the new helper.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
src/util/virauth.c