mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 05:17:28 +00:00
Fix some outdated comments
This commit is contained in:
parent
cc59c08605
commit
7c2470ba3a
@ -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() {
|
||||||
|
|
||||||
|
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user