]> andersk Git - openssh.git/blobdiff - sshd.c
- (dtucker) [auth.h sshd.c openbsd-compat/port-aix.c] Bug #1006: fix bug in
[openssh.git] / sshd.c
diff --git a/sshd.c b/sshd.c
index 11d618d11163f9df05ff75ecc4b97f56d8ea561e..b3fcc6964e201a3a3bad7ab1bfdb978aa6ba5dd9 100644 (file)
--- a/sshd.c
+++ b/sshd.c
@@ -1673,6 +1673,8 @@ main(int ac, char **av)
        authctxt = xmalloc(sizeof(*authctxt));
        memset(authctxt, 0, sizeof(*authctxt));
 
+       authctxt->loginmsg = &loginmsg;
+
        /* XXX global for cleanup, access from other modules */
        the_authctxt = authctxt;
 
This page took 0.029928 seconds and 4 git commands to generate.