diff svr-session.c @ 1827:8a78cc13eb30

Fix some outdated comments
author Matt Johnston <matt@ucc.asn.au>
date Mon, 11 Oct 2021 15:14:46 +0800
parents 42745af83b7d
children
line wrap: on
line diff
--- 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 */