-- Emerging Technologies, Red Hat http://et.redhat.com/~rjones/ 64 Baker Street, London, W1U 7DF Mobile: +44 7866 314 421 "[Negative numbers] darken the very whole doctrines of the equations and make dark of the things which are in their nature excessively obvious and simple" (Francis Maseres FRS, mathematician, 1759)
Index: src/xen_internal.c
===================================================================
RCS file: /data/cvs/libvirt/src/xen_internal.c,v
retrieving revision 1.66
diff -u -r1.66 xen_internal.c
--- src/xen_internal.c 20 Mar 2007 15:22:39 -0000 1.66
+++ src/xen_internal.c 22 Mar 2007 14:12:06 -0000
@@ -1523,7 +1523,7 @@
strncpy (hvm_type,
&line[subs[1].rm_so], subs[1].rm_eo-subs[1].rm_so+1);
hvm_type[subs[1].rm_eo-subs[1].rm_so] = '\0';
- } else if (regexec (&flags_hvm_rec, line, 0, NULL, 0) == 0)
+ } else if (regexec (&flags_pae_rec, line, 0, NULL, 0) == 0)
host_pae = 1;
}
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature