On 19.05.2013 00:01, Matthias Bolte wrote: > Got lost in commit e6ab10098066dd04794ff2ee5d10bc9b1db93327. > --- > src/vmware/vmware_conf.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/vmware/vmware_conf.c b/src/vmware/vmware_conf.c > index 4b61a9c..6c24187 100644 > --- a/src/vmware/vmware_conf.c > +++ b/src/vmware/vmware_conf.c > @@ -490,6 +490,6 @@ vmwareCopyVMXFileName(const char *datastorePath, void *opaque ATTRIBUTE_UNUSED) > { > char *path; > > - ignore_value(VIR_STRDUP_QUIET(path, datastorePath)); > + ignore_value(VIR_STRDUP(path, datastorePath)); > return path; > } > ACK Michal -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list