mirror of
https://github.com/curl/curl.git
synced 2026-08-04 11:26:14 +03:00
Fix compilation failure
This commit is contained in:
parent
8343cb8910
commit
4d0b0cae9e
1 changed files with 1 additions and 1 deletions
|
|
@ -582,7 +582,7 @@ static int _ldap_url_parse2 (const struct connectdata *conn, LDAPURLDesc *ludp)
|
|||
if(!conn->data ||
|
||||
!conn->data->state.path ||
|
||||
conn->data->state.path[0] != '/' ||
|
||||
!checkprefix(conn->protostr, conn->data->change.url))
|
||||
!checkprefix("LDAP", conn->data->change.url))
|
||||
return LDAP_INVALID_SYNTAX;
|
||||
|
||||
ludp->lud_scope = LDAP_SCOPE_BASE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue