[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] ACM: Fix a problem with the boot option parser.



# HG changeset patch
# User Keir Fraser <keir@xxxxxxxxxxxxx>
# Date 1183324918 -3600
# Node ID 6e8199e555a666aee775a49070557ee4430c930b
# Parent  ccf240f99263465115f5b02e2cbcf585e852d145
ACM: Fix a problem with the boot option parser.
Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>
---
 xen/acm/acm_core.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r ccf240f99263 -r 6e8199e555a6 xen/acm/acm_core.c
--- a/xen/acm/acm_core.c        Sun Jul 01 22:20:46 2007 +0100
+++ b/xen/acm/acm_core.c        Sun Jul 01 22:21:58 2007 +0100
@@ -89,7 +89,7 @@ static void __init set_dom0_ssidref(cons
         if (hi < ACM_MAX_NUM_TYPES && hi >= 1)
             dom0_ste_ssidref = hi;
         for (i = 0; i < sizeof(polname); i++) {
-            polname[i] = c[7+i];
+            polname[i] = c[5+i];
             if (polname[i] == '\0' || polname[i] == '\t' ||
                 polname[i] == '\n' || polname[i] == ' '  ||
                 polname[i] == ':') {

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.