CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/06 19:31:20
Modified files:
usr.bin/ssh : channels.c
Log message:
no need to allocate channels_pre/channels_post in channel_init_channels()
as we do it anyway in channel_handler_init() that we call at the end of
the function. Fix from Markus Schmidt via bz#2938
