[libvirt] [PATCH] storage: fix typo

Michal Privoznik mprivozn at redhat.com
Wed Feb 29 10:44:47 UTC 2012


* src/storage/storage_driver.c (storageVolumeWipeInternal):
    s/ pfitzner33/pfitzner33/.
---
 src/storage/storage_driver.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/storage/storage_driver.c b/src/storage/storage_driver.c
index 540e5d7..9130a40 100644
--- a/src/storage/storage_driver.c
+++ b/src/storage/storage_driver.c
@@ -1937,7 +1937,7 @@ storageVolumeWipeInternal(virStorageVolDefPtr def,
             alg_char = "pfitzner7";
             break;
         case VIR_STORAGE_VOL_WIPE_ALG_PFITZNER33:
-            alg_char = " pfitzner33";
+            alg_char = "pfitzner33";
             break;
         case VIR_STORAGE_VOL_WIPE_ALG_RANDOM:
             alg_char = "random";
-- 
1.7.3.4




More information about the libvir-list mailing list