summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index cbd3bce91..1fcde502b 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshd.c,v 1.533 2019/03/01 02:32:39 djm Exp $ */ 1/* $OpenBSD: sshd.c,v 1.534 2019/04/18 18:56:16 dtucker Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1843,6 +1843,7 @@ main(int ac, char **av)
1843 */ 1843 */
1844 if (connection_info == NULL) 1844 if (connection_info == NULL)
1845 connection_info = get_connection_info(ssh, 0, 0); 1845 connection_info = get_connection_info(ssh, 0, 0);
1846 connection_info->test = 1;
1846 parse_server_match_config(&options, connection_info); 1847 parse_server_match_config(&options, connection_info);
1847 dump_config(&options); 1848 dump_config(&options);
1848 } 1849 }