[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [qemu-xen-unstable] fix drive name parsing (any_hdN erroneous local declaration)
commit f72b6e0ffc3bb84d4442c5a7493bffbdce2a4468 Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Date: Wed Nov 4 17:07:57 2009 +0000 fix drive name parsing (any_hdN erroneous local declaration) In xenstore_parse_domain_config(), 'any_hdN' is overridden by local version accidentally. Contributed-by: Xiaowei Yang <xiaowei.yang@xxxxxxxxx> Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- xenstore.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xenstore.c b/xenstore.c index b5a791e..8ac478b 100644 --- a/xenstore.c +++ b/xenstore.c @@ -357,7 +357,7 @@ void xenstore_parse_domain_config(int hvm_domid) char *buf = NULL; char *fpath = NULL, *bpath = NULL, *dev = NULL, *params = NULL, *drv = NULL; - int i, any_hdN = 0, ret; + int i, ret; unsigned int len, num, hd_index, pci_devid = 0; BlockDriverState *bs; BlockDriver *format; -- generated by git-patchbot for /home/xen/git/qemu-xen-unstable.git _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |