On Tue, Jun 12, 2018 at 11:00:25AM +0200, Katerina Koukiou wrote:
Signed-off-by: Katerina Koukiou <kkoukiou(a)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);
+}
+