comparison 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
comparison
equal deleted inserted replaced
1826:eaa2d7240a5d 1827:8a78cc13eb30
199 if (fuzz.fuzzing) { 199 if (fuzz.fuzzing) {
200 fuzz_svr_hook_preloop(); 200 fuzz_svr_hook_preloop();
201 } 201 }
202 #endif 202 #endif
203 203
204 /* Run the main for loop. NULL is for the dispatcher - only the client 204 /* Run the main for-loop. */
205 * code makes use of it */
206 session_loop(svr_chansess_checksignal); 205 session_loop(svr_chansess_checksignal);
207 206
208 /* Not reached */ 207 /* Not reached */
209 208
210 } 209 }