Date: Wed, 9 Nov 2022 16:33:02 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 733bf3b108f8 - main - ssh: update comment text to match upstream Message-ID: <202211091633.2A9GX2h7028429@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=733bf3b108f8b69295778bab5f7d680b9a8e6dba commit 733bf3b108f8b69295778bab5f7d680b9a8e6dba Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-11-09 16:31:26 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-11-09 16:32:47 +0000 ssh: update comment text to match upstream Reported by: bz Obtained from: OpenSSH dffa64480163 --- crypto/openssh/platform-tracing.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/openssh/platform-tracing.c b/crypto/openssh/platform-tracing.c index 80488bf70104..650c7e59fa50 100644 --- a/crypto/openssh/platform-tracing.c +++ b/crypto/openssh/platform-tracing.c @@ -45,8 +45,8 @@ platform_disable_tracing(int strict) /* * On FreeBSD, we should make this process untraceable. - * pid=0 means "this process" and but some older kernels do not - * understand that, so retry with our own pid before failing. + * pid=0 means "this process" but some older kernels do not + * understand that so retry with our own pid before failing. */ if (procctl(P_PID, 0, PROC_TRACE_CTL, &disable_trace) == 0) return;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211091633.2A9GX2h7028429>