summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sshd.c b/sshd.c
index e3acbcc81..60f63ef7b 100644
--- a/sshd.c
+++ b/sshd.c
@@ -659,6 +659,7 @@ privsep_postauth(Authctxt *authctxt)
659 else if (pmonitor->m_pid != 0) { 659 else if (pmonitor->m_pid != 0) {
660 debug2("User child is on pid %ld", (long)pmonitor->m_pid); 660 debug2("User child is on pid %ld", (long)pmonitor->m_pid);
661 close(pmonitor->m_recvfd); 661 close(pmonitor->m_recvfd);
662 buffer_clear(&loginmsg);
662 monitor_child_postauth(pmonitor); 663 monitor_child_postauth(pmonitor);
663 664
664 /* NEVERREACHED */ 665 /* NEVERREACHED */