- (dtucker) [monitor.c] Remaining part of fix for bug #1006.
diff --git a/monitor.c b/monitor.c
index 4dc11a2..c6a42e7 100644
--- a/monitor.c
+++ b/monitor.c
@@ -310,6 +310,8 @@
 	authctxt = _authctxt;
 	memset(authctxt, 0, sizeof(*authctxt));
 
+	authctxt->loginmsg = &loginmsg;
+
 	if (compat20) {
 		mon_dispatch = mon_dispatch_proto20;