Re: [libvirt] [PATCH v1 03/11] storagePoolRefreshImpl: Fix variable name in comment

2019-08-19 Thread Ján Tomko
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'.

[libvirt] [PATCH v1 03/11] storagePoolRefreshImpl: Fix variable name in comment

2019-05-24 Thread Michal Privoznik
The function comment mistakenly refers to 'poolptr' when in fact the variable is named 'objptr'. Signed-off-by: Michal Privoznik --- src/storage/storage_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/storage_driver.c b/src/storage/storage_driver.c index