ia64/xen-unstable
changeset 3483:910d464ee588
bitkeeper revision 1.1159.224.8 (41f230af8MIrNZ0j3raPm-vgsd18GA)
xcs fix from Yuji Tsuchimoto [nox@hiroshima-u.ac.jp]
xcs fix from Yuji Tsuchimoto [nox@hiroshima-u.ac.jp]
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Sat Jan 22 10:53:35 2005 +0000 (2005-01-22) |
parents | 43816da9da60 |
children | 610068179f96 |
files | tools/xcs/xcs.c |
line diff
1.1 --- a/tools/xcs/xcs.c Fri Jan 21 23:29:43 2005 +0000 1.2 +++ b/tools/xcs/xcs.c Sat Jan 22 10:53:35 2005 +0000 1.3 @@ -96,7 +96,7 @@ static void init_interfaces(void) 1.4 static control_channel_t *add_interface(u32 dom, int local_port, 1.5 int remote_port) 1.6 { 1.7 - control_channel_t *cc, *oldcc; 1.8 + control_channel_t *cc=NULL, *oldcc; 1.9 int ret; 1.10 1.11 if (cc_list[dom_to_port[dom]] != NULL)