]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Don't reuse 'ret' variable in virStorageBackendProbeTarget
authorJán Tomko <jtomko@redhat.com>
Thu, 5 Jun 2014 16:19:16 +0000 (18:19 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 5 Jun 2014 16:19:16 +0000 (18:19 +0200)
commitfebcb89c5b11342209b80a88d9f9725ea979500a
tree71e83081b6e6d71e4b98bdb46b4bdb6ff428c09f
parente9f4729a015b381175f73c297eb6550d7b5df5a0
Don't reuse 'ret' variable in virStorageBackendProbeTarget

To match the convention:
ret - current function's return value
rc - other function's return values
src/storage/storage_backend_fs.c