changeset 1827:8a78cc13eb30

Fix some outdated comments
author Matt Johnston <matt@ucc.asn.au>
date Mon, 11 Oct 2021 15:14:46 +0800
parents eaa2d7240a5d
children 3f0ac6bc58a1
files common-channel.c svr-session.c
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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() {
 
--- 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 */