]> andersk Git - openssh.git/blobdiff - auth-pam.c
- (stevesk) Fix compile problem with PAM password change fix
[openssh.git] / auth-pam.c
index 93533f412cb6d14fd1189b845ed4a59b0b6d92d3..ec859d72c146ade5da4eab189990a8da76e44c0f 100644 (file)
@@ -147,8 +147,8 @@ static int do_pam_conversation(int num_msg, const struct pam_message **msg,
                                break;
                        case PAM_PROMPT_ECHO_OFF:
                                reply[count].resp = 
-                                   read_passphrase(PAM_MSG_MEMBER(msg, count, 
-                                       msg), RP_ALLOW_STDIN));
+                                   read_passphrase(PAM_MSG_MEMBER(msg, count,
+                                       msg), RP_ALLOW_STDIN);
                                reply[count].resp_retcode = PAM_SUCCESS;
                                break;
                        case PAM_ERROR_MSG:
This page took 0.033673 seconds and 4 git commands to generate.