[libvirt] [PATCH] Fix incorrect values in redirdev ABI check error

8 Apr
2014
8 Apr
'14
2:49 p.m.
My commit c9123fb introduced this copy-and-paste error. --- Pushed as trivial. src/conf/domain_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 52bbf87..1be942d 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -14231,7 +14231,7 @@ virDomainDefCheckABIStability(virDomainDefPtr src, virReportError(VIR_ERR_CONFIG_UNSUPPORTED, _("Target domain redirected devices count %zu " "does not match source %zu"), - dst->nconsoles, src->nconsoles); + dst->nredirdevs, src->nredirdevs); goto error; } -- 1.8.3.2
4165
Age (days ago)
4165
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ján Tomko