From: Ján Tomko Date: Mon, 15 Apr 2013 10:53:41 +0000 (+0200) Subject: conf: fix comment about parsing graphics listen address X-Git-Tag: v1.0.5-rc1~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f8badbbe6800404cf16efe25a0ac73216d613ed;p=thirdparty%2Flibvirt.git conf: fix comment about parsing graphics listen address --- diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 548368e56f..1643f30206 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -7291,7 +7291,7 @@ virDomainGraphicsListenDefParseXML(virDomainGraphicsListenDefPtr def, if (network && network[0]) { if (def->type != VIR_DOMAIN_GRAPHICS_LISTEN_TYPE_NETWORK) { /* network='xxx' never makes sense with anything except - * type='address' */ + * type='network' */ virReportError(VIR_ERR_XML_ERROR, "%s", _("network attribute not allowed when listen type is not network")); goto error;