summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/readconf.c b/readconf.c
index 26436b3ac..c706fbf46 100644
--- a/readconf.c
+++ b/readconf.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.c,v 1.253 2016/05/04 12:21:53 markus Exp $ */ 1/* $OpenBSD: readconf.c,v 1.254 2016/05/04 14:29:58 markus 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
@@ -2034,6 +2034,7 @@ fill_default_options(Options * options)
2034 CLEAR_ON_NONE(options->proxy_command); 2034 CLEAR_ON_NONE(options->proxy_command);
2035 CLEAR_ON_NONE(options->control_path); 2035 CLEAR_ON_NONE(options->control_path);
2036 CLEAR_ON_NONE(options->revoked_host_keys); 2036 CLEAR_ON_NONE(options->revoked_host_keys);
2037 /* options->identity_agent distinguishes NULL from 'none' */
2037 /* options->user will be set in the main program if appropriate */ 2038 /* options->user will be set in the main program if appropriate */
2038 /* options->hostname will be set in the main program if appropriate */ 2039 /* options->hostname will be set in the main program if appropriate */
2039 /* options->host_key_alias should not be set by default */ 2040 /* options->host_key_alias should not be set by default */