diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2011-03-15 16:44:50 +0100 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2011-03-15 16:49:27 +0100 |
| commit | 36cb24ec19f1933b5fee5b33c0c29ab27febcb5b (patch) | |
| tree | eeb31c7230355fe24f7031145164ab85eac00ac2 | |
| parent | 806dbb022b8a595405a740131a30fa0cf4523645 (diff) | |
buildfix: spell define correctly
| -rw-r--r-- | lib/ldap.c | 2 |
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 |
