diff options
Diffstat (limited to 'monitor_wrap.c')
-rw-r--r-- | monitor_wrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_wrap.c b/monitor_wrap.c index 5a0964b69..f52b9c88c 100644 --- a/monitor_wrap.c +++ b/monitor_wrap.c | |||
@@ -626,7 +626,7 @@ mm_session_pty_cleanup2(Session *s) | |||
626 | 626 | ||
627 | #ifdef USE_PAM | 627 | #ifdef USE_PAM |
628 | void | 628 | void |
629 | mm_start_pam(Authctxt *authctxt) | 629 | mm_start_pam(struct ssh *ssh) |
630 | { | 630 | { |
631 | struct sshbuf *m; | 631 | struct sshbuf *m; |
632 | 632 | ||