[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xl: Start enumerating vifs from 0.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1273220119 -3600 # Node ID 06581072daf549fef7fd17a540b70187ef4e5bea # Parent 692f5c949d570e3f66d6c8a3cfdc5f573559738c xl: Start enumerating vifs from 0. Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> --- tools/libxl/xl_cmdimpl.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 692f5c949d57 -r 06581072daf5 tools/libxl/xl_cmdimpl.c --- a/tools/libxl/xl_cmdimpl.c Fri May 07 09:13:59 2010 +0100 +++ b/tools/libxl/xl_cmdimpl.c Fri May 07 09:15:19 2010 +0100 @@ -544,7 +544,7 @@ static void parse_config_data(const char char *buf2 = strdup(buf); char *p, *p2; *vifs = (libxl_device_nic *) realloc(*vifs, sizeof (libxl_device_nic) * ((*num_vifs) + 1)); - init_nic_info((*vifs) + (*num_vifs), (*num_vifs) + 1); + init_nic_info((*vifs) + (*num_vifs), (*num_vifs)); p = strtok(buf2, ","); if (!p) goto skip; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |