
2 Dec
2014
2 Dec
'14
3:24 p.m.
On 12/01/14 16:56, John Ferlan wrote:
Since virStoragePoolFree will call virObjectUnref anyway, let's just use that directly so as to avoid the possibility that we inadvertently clear out a pending error message when using the public API.
Signed-off-by: John Ferlan <jferlan@redhat.com> --- cfg.mk | 2 +- daemon/remote.c | 5 ++--- src/conf/storage_conf.c | 6 ++---- src/remote/remote_driver.c | 3 +-- src/storage/storage_driver.c | 11 +---------- 5 files changed, 7 insertions(+), 20 deletions(-)
ACK