mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:43:47 +03:00
ldap: return CURLE_URL_MALFORMAT for bad URL
For consistency, use the same return code for URL malformats, independently of what scheme that is used. Previously this would return CURLE_LDAP_INVALID_URL, but starting now that error cannot be returned. Closes #8170
This commit is contained in:
parent
2a19ad473a
commit
7edb0fcf3f
6 changed files with 12 additions and 15 deletions
|
|
@ -94,7 +94,7 @@ e58: Problem with the local SSL certificate
|
|||
e59: Couldn't use specified SSL cipher
|
||||
e60: SSL peer certificate or SSH remote key was not OK
|
||||
e61: Unrecognized or bad HTTP Content or Transfer-Encoding
|
||||
e62: Invalid LDAP URL
|
||||
e62: Unknown error
|
||||
e63: Maximum file size exceeded
|
||||
e64: Requested SSL level failed
|
||||
e65: Send failed since rewinding of the data stream failed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue