[openssh-commits] [openssh] 05/05: upstream: whitespace

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Feb 1 10:22:43 AEDT 2020


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit d4f4cdd681ab6408a98419f398b75a55497ed324
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jan 31 23:13:04 2020 +0000

    upstream: whitespace
    
    OpenBSD-Commit-ID: 564cf7a5407ecf5da2d94ec15474e07427986772
---
 sshd.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sshd.c b/sshd.c
index f4e659f1..60b2aaf7 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshd.c,v 1.548 2020/01/31 23:11:25 djm Exp $ */
+/* $OpenBSD: sshd.c,v 1.549 2020/01/31 23:13:04 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -1697,8 +1697,7 @@ main(int ac, char **av)
 			 */
 			(void)atomicio(vwrite, startup_pipe, "\0", 1);
 		}
-	}
-	else if (strcasecmp(config_file_name, "none") != 0)
+	} else if (strcasecmp(config_file_name, "none") != 0)
 		load_server_config(config_file_name, cfg);
 
 	parse_server_config(&options, rexeced_flag ? "rexec" : config_file_name,

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list