mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
buildfix: spell define correctly
This commit is contained in:
parent
806dbb022b
commit
36cb24ec19
@ -141,7 +141,7 @@ const struct Curl_handler Curl_handler_ldap = {
|
|||||||
ZERO_NULL, /* disconnect */
|
ZERO_NULL, /* disconnect */
|
||||||
PORT_LDAP, /* defport */
|
PORT_LDAP, /* defport */
|
||||||
CURLPROTO_LDAP, /* protocol */
|
CURLPROTO_LDAP, /* protocol */
|
||||||
PROTOPTS_NONE /* flags */
|
PROTOPT_NONE /* flags */
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef HAVE_LDAP_SSL
|
#ifdef HAVE_LDAP_SSL
|
||||||
|
Loading…
Reference in New Issue
Block a user