aboutsummaryrefslogtreecommitdiff
path: root/lib/ldap.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-03-15 16:44:50 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-03-15 16:49:27 +0100
commit36cb24ec19f1933b5fee5b33c0c29ab27febcb5b (patch)
treeeeb31c7230355fe24f7031145164ab85eac00ac2 /lib/ldap.c
parent806dbb022b8a595405a740131a30fa0cf4523645 (diff)
buildfix: spell define correctly
Diffstat (limited to 'lib/ldap.c')
-rw-r--r--lib/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldap.c b/lib/ldap.c
index 7e26d985b..95e926f08 100644
--- a/lib/ldap.c
+++ b/lib/ldap.c
@@ -141,7 +141,7 @@ const struct Curl_handler Curl_handler_ldap = {
ZERO_NULL, /* disconnect */
PORT_LDAP, /* defport */
CURLPROTO_LDAP, /* protocol */
- PROTOPTS_NONE /* flags */
+ PROTOPT_NONE /* flags */
};
#ifdef HAVE_LDAP_SSL