diff options
Diffstat (limited to 'sshd.c')
-rw-r--r-- | sshd.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1678,6 +1678,8 @@ main(int ac, char **av) | |||
1678 | authctxt = xmalloc(sizeof(*authctxt)); | 1678 | authctxt = xmalloc(sizeof(*authctxt)); |
1679 | memset(authctxt, 0, sizeof(*authctxt)); | 1679 | memset(authctxt, 0, sizeof(*authctxt)); |
1680 | 1680 | ||
1681 | authctxt->loginmsg = &loginmsg; | ||
1682 | |||
1681 | /* XXX global for cleanup, access from other modules */ | 1683 | /* XXX global for cleanup, access from other modules */ |
1682 | the_authctxt = authctxt; | 1684 | the_authctxt = authctxt; |
1683 | 1685 | ||