From f3bb4341777eb44df1ca7db0d574f849821a186c Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 31 Mar 2005 21:39:25 +1000 Subject: - (dtucker) [auth.h sshd.c openbsd-compat/port-aix.c] Bug #1006: fix bug in handling of password expiry messages returned by AIX's authentication routines, originally reported by robvdwal at sara.nl. --- sshd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sshd.c') diff --git a/sshd.c b/sshd.c index 11d618d11..b3fcc6964 100644 --- 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; -- cgit v1.2.3