Skip to content
Snippets Groups Projects
Commit 298a5717 authored by Matt Johnston's avatar Matt Johnston
Browse files

compile fix when TRACE debugging is enabled

--HG--
extra : convert_revision : 7844ac7e5a24b88231de2af7520c49e56820a87c
parent 347e8bd8
No related merge requests found
......@@ -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) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment