From 36cb24ec19f1933b5fee5b33c0c29ab27febcb5b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 15 Mar 2011 16:44:50 +0100 Subject: [PATCH] buildfix: spell define correctly --- lib/ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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