[openssh-commits] [openssh] branch master updated: typo in comment
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Jun 13 14:41:42 AEST 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 425f79a8 typo in comment
425f79a8 is described below
commit 425f79a837489904c343b349ef00e09aeaa4e752
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Thu Jun 13 14:41:33 2024 +1000
typo in comment
---
session.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/session.c b/session.c
index ad05a95d..c9415114 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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list