comparison common-channel.c @ 1827:8a78cc13eb30

Fix some outdated comments
author Matt Johnston <matt@ucc.asn.au>
date Mon, 11 Oct 2021 15:14:46 +0800
parents c584b5602bd8
children 3f0ac6bc58a1
comparison
equal deleted inserted replaced
1826:eaa2d7240a5d 1827:8a78cc13eb30
1149 1149
1150 TRACE(("leave send_msg_channel_open_init()")) 1150 TRACE(("leave send_msg_channel_open_init()"))
1151 return DROPBEAR_SUCCESS; 1151 return DROPBEAR_SUCCESS;
1152 } 1152 }
1153 1153
1154 /* Confirmation that our channel open request (for forwardings) was 1154 /* Confirmation that our channel open request was
1155 * successful*/ 1155 * successful*/
1156 void recv_msg_channel_open_confirmation() { 1156 void recv_msg_channel_open_confirmation() {
1157 1157
1158 struct Channel * channel; 1158 struct Channel * channel;
1159 int ret; 1159 int ret;