From: Eric Blake Date: Mon, 25 Nov 2013 21:44:30 +0000 (-0700) Subject: storage: fix typo in previous patch X-Git-Tag: v1.2.0-rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=053f45f8f699ba8e2924fab9fe8ea3acc567e934;p=thirdparty%2Flibvirt.git 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 --- diff --git a/src/storage/storage_backend_gluster.c b/src/storage/storage_backend_gluster.c index 01af4bd86b..1be9034b22 100644 --- a/src/storage/storage_backend_gluster.c +++ b/src/storage/storage_backend_gluster.c @@ -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;