]> andersk Git - openssh.git/blobdiff - monitor_wrap.c
- djm@cvs.openbsd.org 2003/11/21 11:57:03
[openssh.git] / monitor_wrap.c
index c685535d3adc4915450da9f156b2ceea9ebdbb5c..7ca9672ff8faa698fcb5d364f65f3bbd285da3cc 100644 (file)
@@ -715,7 +715,7 @@ mm_do_pam_account(void)
        buffer_init(&m);
        mm_request_send(pmonitor->m_recvfd, MONITOR_REQ_PAM_ACCOUNT, &m);
 
-       mm_request_receive_expect(pmonitor->m_recvfd, 
+       mm_request_receive_expect(pmonitor->m_recvfd,
            MONITOR_ANS_PAM_ACCOUNT, &m);
        ret = buffer_get_int(&m);
 
This page took 0.059178 seconds and 4 git commands to generate.