[openssh-commits] [openssh] 02/03: upstream: "void" functions should not return anything. From Tim Rice
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jan 12 09:36:11 AEDT 2022
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 96da0946e44f34adc0397eb7caa6ec35a3e79891
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Jan 11 02:56:19 2022 +0000
upstream: "void" functions should not return anything. From Tim Rice
via -portable.
OpenBSD-Commit-ID: ce6616304f4c9881b46413e616b226c306830e2a
---
sftp-server.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sftp-server.c b/sftp-server.c
index f5ea2dc8..436d98f3 100644
--- a/sftp-server.c
+++ b/sftp-server.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-server.c,v 1.136 2022/01/08 07:33:54 djm Exp $ */
+/* $OpenBSD: sftp-server.c,v 1.137 2022/01/11 02:56:19 dtucker Exp $ */
/*
* Copyright (c) 2000-2004 Markus Friedl. All rights reserved.
*
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list