1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

buildfix: spell define correctly

This commit is contained in:
Daniel Stenberg 2011-03-15 16:44:50 +01:00
parent 806dbb022b
commit 36cb24ec19

View File

@ -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