Fix some outdated comments

This commit is contained in:
Matt Johnston 2021-10-11 15:14:46 +08:00
parent cc59c08605
commit 7c2470ba3a
2 changed files with 2 additions and 3 deletions

View File

@ -1151,7 +1151,7 @@ int send_msg_channel_open_init(int fd, const struct ChanType *type) {
return DROPBEAR_SUCCESS; return DROPBEAR_SUCCESS;
} }
/* Confirmation that our channel open request (for forwardings) was /* Confirmation that our channel open request was
* successful*/ * successful*/
void recv_msg_channel_open_confirmation() { void recv_msg_channel_open_confirmation() {

View File

@ -201,8 +201,7 @@ void svr_session(int sock, int childpipe) {
} }
#endif #endif
/* Run the main for loop. NULL is for the dispatcher - only the client /* Run the main for-loop. */
* code makes use of it */
session_loop(svr_chansess_checksignal); session_loop(svr_chansess_checksignal);
/* Not reached */ /* Not reached */