mirror of https://gitee.com/openkylin/libvirt.git
storage: fix typo
* src/storage/storage_driver.c (storageVolumeWipeInternal): s/ pfitzner33/pfitzner33/.
This commit is contained in:
parent
238a5a4c3d
commit
c0f722240d
src/storage
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue