summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-05-30 22:13:03 +0000
committerColin Watson <cjwatson@debian.org>2005-05-30 22:13:03 +0000
commit4e1e258d1f5745f3dc05ead3cb834c445e6e8818 (patch)
treebfbc91107d6bfe7b2a68d8701562e59856116a6a /sshd.c
parent4a20a0b23bd0e1db5e69f27c65aaa11a5a2eacd0 (diff)
parenta55bd782aa819b7f5ae716de000f19f4f531850e (diff)
Merge 4.1p1 to the trunk.
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sshd.c b/sshd.c
index 416270e37..8f782d48c 100644
--- a/sshd.c
+++ b/sshd.c
@@ -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