summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/servconf.c b/servconf.c
index ab134ee55..04a32973e 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.c,v 1.216 2011/05/20 00:55:02 djm Exp $ */ 1/* $OpenBSD: servconf.c,v 1.217 2011/05/20 02:00:19 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
@@ -1505,6 +1505,10 @@ copy_set_server_options(ServerOptions *dst, ServerOptions *src, int preauth)
1505 M_CP_STROPT(authorized_keys_file); 1505 M_CP_STROPT(authorized_keys_file);
1506 M_CP_STROPT(authorized_principals_file); 1506 M_CP_STROPT(authorized_principals_file);
1507 1507
1508 /*
1509 * The only things that should be below this point are string options
1510 * which are only used after authentication.
1511 */
1508 if (preauth) 1512 if (preauth)
1509 return; 1513 return;
1510 M_CP_STROPT(adm_forced_command); 1514 M_CP_STROPT(adm_forced_command);