summaryrefslogtreecommitdiffstats
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)
/* allocate authentication context */
authctxt = xcalloc(1, sizeof(*authctxt));
- authctxt->loginmsg = &loginmsg;
+ authctxt->loginmsg = loginmsg;
/* XXX global for cleanup, access from other modules */
the_authctxt = authctxt;