The commit summary mistakenly refers to 'storagePoolRefreshImpl' when in fact
the function is named 'virStoragePoolUpdateInactive'.
On Fri, May 24, 2019 at 04:35:39PM +0200, Michal Privoznik wrote:
The function comment mistakenly refers to 'poolptr' when in
fact
the variable is named 'objptr'.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/storage/storage_driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
With that fixed:
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano