diff options
Diffstat (limited to 'servconf.c')
-rw-r--r-- | servconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/servconf.c b/servconf.c index fc3e479bd..b1964e865 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: servconf.c,v 1.200 2010/01/09 23:04:13 dtucker Exp $ */ | 1 | /* $OpenBSD: servconf.c,v 1.201 2010/01/10 03:51:17 dtucker Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 3 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
4 | * All rights reserved | 4 | * All rights reserved |
@@ -1626,6 +1626,7 @@ dump_config(ServerOptions *o) | |||
1626 | dump_cfg_string(sAuthorizedKeysFile, o->authorized_keys_file); | 1626 | dump_cfg_string(sAuthorizedKeysFile, o->authorized_keys_file); |
1627 | dump_cfg_string(sAuthorizedKeysFile2, o->authorized_keys_file2); | 1627 | dump_cfg_string(sAuthorizedKeysFile2, o->authorized_keys_file2); |
1628 | dump_cfg_string(sForceCommand, o->adm_forced_command); | 1628 | dump_cfg_string(sForceCommand, o->adm_forced_command); |
1629 | dump_cfg_string(sChrootDirectory, o->chroot_directory); | ||
1629 | 1630 | ||
1630 | /* string arguments requiring a lookup */ | 1631 | /* string arguments requiring a lookup */ |
1631 | dump_cfg_string(sLogLevel, log_level_name(o->log_level)); | 1632 | dump_cfg_string(sLogLevel, log_level_name(o->log_level)); |