On 29.02.2012 11:53, Daniel P. Berrange wrote:
On Wed, Feb 29, 2012 at 11:44:47AM +0100, Michal Privoznik wrote:
> * 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";
ACK
Daniel
Thanks, pushed.
Michal