Re: [libvirt] [PATCH 16/16] conf: Move validation of domain title

2013-03-01 Thread Laine Stump
On 02/20/2013 12:06 PM, Peter Krempa wrote: Use the helper to avoid doing this in the parser. --- src/conf/domain_conf.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index da04b7b..0689eff 100644 ---

[libvirt] [PATCH 16/16] conf: Move validation of domain title

2013-02-20 Thread Peter Krempa
Use the helper to avoid doing this in the parser. --- src/conf/domain_conf.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index da04b7b..0689eff 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@