# HG changeset patch # User Matt Johnston # Date 1633936486 -28800 # Node ID 8a78cc13eb306a343b67c27eb5c13efea584ac2f # Parent eaa2d7240a5daffb44cacb7c04b3c1ae38a27c53 Fix some outdated comments diff -r eaa2d7240a5d -r 8a78cc13eb30 common-channel.c --- a/common-channel.c Mon Oct 11 15:13:42 2021 +0800 +++ b/common-channel.c Mon Oct 11 15:14:46 2021 +0800 @@ -1151,7 +1151,7 @@ return DROPBEAR_SUCCESS; } -/* Confirmation that our channel open request (for forwardings) was +/* Confirmation that our channel open request was * successful*/ void recv_msg_channel_open_confirmation() { diff -r eaa2d7240a5d -r 8a78cc13eb30 svr-session.c --- a/svr-session.c Mon Oct 11 15:13:42 2021 +0800 +++ b/svr-session.c Mon Oct 11 15:14:46 2021 +0800 @@ -201,8 +201,7 @@ } #endif - /* Run the main for loop. NULL is for the dispatcher - only the client - * code makes use of it */ + /* Run the main for-loop. */ session_loop(svr_chansess_checksignal); /* Not reached */