[openssh-commits] [openssh] 02/02: upstream: typo in comment
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Dec 19 12:29:52 AEDT 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit b652322cdc5e94f059b37a8fb87e44ccb1cdff33
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Fri Dec 19 01:27:19 2025 +0000
upstream: typo in comment
OpenBSD-Commit-ID: f72306b86953e74f358096db141b4f9c00d33ed7
---
servconf.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/servconf.h b/servconf.h
index bf47f838e..e1ccc0431 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: servconf.h,v 1.173 2025/12/19 00:56:34 djm Exp $ */
+/* $OpenBSD: servconf.h,v 1.174 2025/12/19 01:27:19 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
@@ -315,7 +315,7 @@ TAILQ_HEAD(include_list, include_item);
M_CP_STRARRAYOPT(permitted_listens, num_permitted_listens, 1); \
M_CP_STRARRAYOPT(channel_timeouts, num_channel_timeouts, 1); \
M_CP_STRARRAYOPT(log_verbose, num_log_verbose, 1); \
- /* Note: don't clobber num_subsystems until all copies */ \
+ /* Note: don't clobber num_subsystems until all copied */ \
M_CP_STRARRAYOPT(subsystem_name, num_subsystems, 0); \
M_CP_STRARRAYOPT(subsystem_command, num_subsystems, 0); \
M_CP_STRARRAYOPT(subsystem_args, num_subsystems, 1); \
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list