]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
typo in comment
authorDamien Miller <djm@mindrot.org>
Thu, 13 Jun 2024 04:41:33 +0000 (14:41 +1000)
committerDamien Miller <djm@mindrot.org>
Thu, 13 Jun 2024 04:41:33 +0000 (14:41 +1000)
session.c

index ad05a95d4c6f4e649d36880b67947c9a2eba14df..c9415114db94f2b7bd6ea483665f53d7b36a6d87 100644 (file)
--- a/session.c
+++ b/session.c
  * 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