On Mon, Jan 23, 2012 at 7:19 PM, Christophe Fergeau <cfergeau@xxxxxxxxxx> wrote: > Based on a patch from Zeeshan Ali (Khattak) <zeeshanak@xxxxxxxxx> Looks good! I'll test it later. Some minor issues: > + gvir_config_object_set_namespace(custom_xml, ns, ns_uri, TRUE); You meant to pass 'FALSE' in the last arg? > + g_return_val_if_fail(GVIR_CONFIG_IS_OBJECT(object), FALSE); > + g_return_val_if_fail(ns != NULL, FALSE); > + g_return_val_if_fail(ns_uri != NULL, FALSE); > + > + namespace = xmlNewNs(object->priv->node, > + (xmlChar *)ns_uri, (xmlChar *)ns); > + if (namespace == NULL) > + return FALSE; > + if (recursive) { > + set_namespace_on_tree(object->priv->node, namespace); > + } else { > + xmlSetNs(object->priv->node, namespace); > + } You don't need the curly braces here. -- Regards, Zeeshan Ali (Khattak) FSF member#5124 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list