mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:01:41 +03:00
openldap: do not pass newline to infof()
Discovered by ZeroPath Closes #19120
This commit is contained in:
parent
c567b37548
commit
023e453032
1 changed files with 1 additions and 1 deletions
|
|
@ -746,7 +746,7 @@ static CURLcode oldap_state_mechs_resp(struct Curl_easy *data,
|
|||
case LDAP_RES_SEARCH_RESULT:
|
||||
switch(code) {
|
||||
case LDAP_SIZELIMIT_EXCEEDED:
|
||||
infof(data, "Too many authentication mechanisms\n");
|
||||
infof(data, "Too many authentication mechanisms");
|
||||
FALLTHROUGH();
|
||||
case LDAP_SUCCESS:
|
||||
case LDAP_NO_RESULTS_RETURNED:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue