* docs/bugs.html docs/libvir.html: added pointers on how to report

bugs in bugzilla as suggested by markmc
* src/xend_internal.c: first step for #208545 raise an error at the
  libvirt level
Daniel
This commit is contained in:
Daniel Veillard
2006-09-29 12:00:58 +00:00
parent be13e2f45d
commit 177cf2edee
4 changed files with 18 additions and 6 deletions
+1
View File
@@ -2820,6 +2820,7 @@ xenDaemonCreateLinux(virConnectPtr conn, const char *xmlDesc,
sexpr = virDomainParseXMLDesc(xmlDesc, &name, xendConfigVersion);
if ((sexpr == NULL) || (name == NULL)) {
virXendError(conn, VIR_ERR_XML_ERROR, "Failed to parse the XML domain description");
if (sexpr != NULL)
free(sexpr);
if (name != NULL)