]> xenbits.xensource.com Git - libvirt.git/commit
build: fix text regression
authorEric Blake <eblake@redhat.com>
Tue, 31 Jan 2012 23:51:36 +0000 (16:51 -0700)
committerEric Blake <eblake@redhat.com>
Tue, 31 Jan 2012 23:53:46 +0000 (16:53 -0700)
commitc3c2cc653408dd51f2f87371dfb0b00f7181fc00
treecf8e4cafe54595ae0a05bb19edb248d127411233
parentb303465d2f5d9b5b1fd7f00e30e1c4b7912e1cef
build: fix text regression

Commit 8a09ee410 tickles a bug in libxml2-2.7.6 on RHEL 6.2,
where libxml2 treats the pattern [^\n] as excluding literal
backslash and n, instead of the intended newline, thus failing
to validate any domain name containing 'n'.

* docs/schemas/domaincommon.rng: Use literal newline instead.
docs/schemas/domaincommon.rng