Re: [libvirt] [glib 1/5] gconfig: Allow schema to be NULL

2016-11-02 Thread Daniel P. Berrange
On Tue, Nov 01, 2016 at 05:46:03PM +0100, Zeeshan Ali wrote: > Validation (if attempted) should just fail in this case instead of > crashing. > --- > libvirt-gconfig/libvirt-gconfig-object.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/libvirt-gconfig/libvirt-gconfig-object.c

[libvirt] [glib 1/5] gconfig: Allow schema to be NULL

2016-11-01 Thread Zeeshan Ali
Validation (if attempted) should just fail in this case instead of crashing. --- libvirt-gconfig/libvirt-gconfig-object.c | 8 1 file changed, 8 insertions(+) diff --git a/libvirt-gconfig/libvirt-gconfig-object.c b/libvirt-gconfig/libvirt-gconfig-object.c index 6225de2..851e35c 100644 -