CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2001/05/04 08:34:34 Modified files: usr.bin/ssh : channels.c Log message: channel_new() reallocs channels[], we cannot use Channel *c after calling channel_new(), XXX fix this in the future...