summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index 81f694aec..ef1dbd170 100644
--- a/sshd.c
+++ b/sshd.c
@@ -2111,7 +2111,7 @@ main(int ac, char **av)
2111 /* allocate authentication context */ 2111 /* allocate authentication context */
2112 authctxt = xcalloc(1, sizeof(*authctxt)); 2112 authctxt = xcalloc(1, sizeof(*authctxt));
2113 2113
2114 authctxt->loginmsg = &loginmsg; 2114 authctxt->loginmsg = loginmsg;
2115 2115
2116 /* XXX global for cleanup, access from other modules */ 2116 /* XXX global for cleanup, access from other modules */
2117 the_authctxt = authctxt; 2117 the_authctxt = authctxt;