From: Damien Miller Date: Thu, 13 Jun 2024 04:41:33 +0000 (+1000) Subject: typo in comment X-Git-Tag: V_9_8_P1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=425f79a837489904c343b349ef00e09aeaa4e752;p=thirdparty%2Fopenssh-portable.git typo in comment --- diff --git a/session.c b/session.c index ad05a95d4..c9415114d 100644 --- a/session.c +++ b/session.c @@ -107,7 +107,7 @@ * Hack for systems that do not support FD passing: allocate PTYs directly * without calling into the monitor. This requires either the post-auth * privsep process retain root privileges (see the comment in - * sshd-session:privsep_postauth) or that PTY allocation doesn't require + * sshd-session.c:privsep_postauth) or that PTY allocation doesn't require * privileges to begin with (e.g. Cygwin). */ #ifdef DISABLE_FD_PASSING