buildfix: spell define correctly
authorDaniel Stenberg <daniel@haxx.se>
Tue, 15 Mar 2011 15:44:50 +0000 (16:44 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 15 Mar 2011 15:49:27 +0000 (16:49 +0100)
lib/ldap.c

index 7e26d98..95e926f 100644 (file)
@@ -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