mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 13:05:27 +00:00
storage: fix typo in previous patch
You'd think I'd learn to actually COMMIT my working tree between testing that a last-minute fix compiles and pushing. * src/storage/storage_backend_gluster.c (virStorageBackendGlusterRefreshVol): Typo fix. Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
14daa81280
commit
053f45f8f6
@ -259,7 +259,7 @@ virStorageBackendGlusterRefreshVol(virStorageBackendGlusterStatePtr state,
|
||||
if ((vol->target.format = virStorageFileProbeFormatFromBuf(name,
|
||||
header,
|
||||
len)) < 0)
|
||||
goto clenaup;
|
||||
goto cleanup;
|
||||
if (!(meta = virStorageFileGetMetadataFromBuf(name, header, len,
|
||||
vol->target.format)))
|
||||
goto cleanup;
|
||||
|
Loading…
x
Reference in New Issue
Block a user