mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
compile fix when TRACE debugging is enabled
--HG-- extra : convert_revision : 7844ac7e5a24b88231de2af7520c49e56820a87c
This commit is contained in:
parent
347e8bd839
commit
298a5717bc
@ -964,7 +964,8 @@ void recv_msg_channel_open_confirmation() {
|
||||
channel->transwindow = buf_getint(ses.payload);
|
||||
channel->transmaxpacket = buf_getint(ses.payload);
|
||||
|
||||
TRACE(("new chan remote %d localho %d", channel->remotechan, chan))
|
||||
TRACE(("new chan remote %d local %d",
|
||||
channel->remotechan, channel->index))
|
||||
|
||||
/* Run the inithandler callback */
|
||||
if (channel->type->inithandler) {
|
||||
|
Loading…
Reference in New Issue
Block a user