In xenstore_parse_domain_config(), 'any_hdN' is overridden by local version
accidentally.
Contributed-by: Xiaowei Yang <xiaowei.yang@intel.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
(cherry picked from commit
f72b6e0ffc3bb84d4442c5a7493bffbdce2a4468)
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;