
14 Jun
2018
14 Jun
'18
3:38 p.m.
On Tue, Jun 12, 2018 at 11:00:25AM +0200, Katerina Koukiou wrote:
Signed-off-by: Katerina Koukiou <kkoukiou@redhat.com> --- data/org.libvirt.StorageVol.xml | 6 ++++++ src/storagevol.c | 26 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+)
+ if (!storageVol) + return; + + if (virStorageVolWipePattern(storageVol, pattern, flags) < 0)
Also, double space ----------------------------^ Jano
+ virtDBusUtilSetLastVirtError(error); +} +