Skip to content

Commit

Permalink
Drop user prompt
Browse files Browse the repository at this point in the history
Bug: #39
  • Loading branch information
Jnchi committed Jun 7, 2019
1 parent bbffc3b commit 8d1d7f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pam_aad.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,6 @@ static int notify_user(pam_handle_t * pamh, const char *to_addr,

curl_slist_free_all(recipients);
curl_easy_cleanup(curl);

(void) pam_prompt(pamh, PAM_PROMPT_ECHO_OFF, NULL, USER_PROMPT);
}

free(msg->data[0]);
Expand Down

0 comments on commit 8d1d7f7

Please sign in to comment.