# HG changeset patch # User iap10@labyrinth.cl.cam.ac.uk # Date 1106391215 0 # Node ID 910d464ee588ce8c5250cb9fcbed7be085bddb15 # Parent 43816da9da60b435ed91f7463f677f199ba4650a bitkeeper revision 1.1159.224.8 (41f230af8MIrNZ0j3raPm-vgsd18GA) xcs fix from Yuji Tsuchimoto [nox@hiroshima-u.ac.jp] diff -r 43816da9da60 -r 910d464ee588 tools/xcs/xcs.c --- a/tools/xcs/xcs.c Fri Jan 21 23:29:43 2005 +0000 +++ b/tools/xcs/xcs.c Sat Jan 22 10:53:35 2005 +0000 @@ -96,7 +96,7 @@ static void init_interfaces(void) static control_channel_t *add_interface(u32 dom, int local_port, int remote_port) { - control_channel_t *cc, *oldcc; + control_channel_t *cc=NULL, *oldcc; int ret; if (cc_list[dom_to_port[dom]] != NULL)