]> andersk Git - openssh.git/commitdiff
- (stevesk) Fix compile problem with PAM password change fix
authorstevesk <stevesk>
Sun, 28 Oct 2001 17:32:38 +0000 (17:32 +0000)
committerstevesk <stevesk>
Sun, 28 Oct 2001 17:32:38 +0000 (17:32 +0000)
ChangeLog
auth-pam.c

index 042381ee00157f845f48624b606771dc04932018..6bedab73f954db6bc1be6a37d8d9429e246bf35c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
  - (djm) Avoid bug in Solaris PAM libs
  - (djm) Disconnect if no tty and PAM reports password expired
  - (djm) Fix for PAM password changes being echoed (from stevesk)
+ - (stevesk) Fix compile problem with PAM password change fix
 
 20011027
  - (tim) [configure.ac] Fixes for ReliantUNIX (don't use libucb)
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.53853 seconds and 5 git commands to generate.