summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-09-21 16:22:17 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-21 16:22:17 +0200
commitc42dc11fcfeaedba0c318ee1976856e7e25ffbc6 (patch)
treee05af59739dcaac66615b08c4ba6d437210a1aa6
parentb22cddbcc5ca899f2c5f05e2039927cd5abf3723 (diff)
downloadcurl-bagder/handler-family.tar.gz
fixup ldap.c toobagder/handler-family
-rw-r--r--lib/ldap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ldap.c b/lib/ldap.c
index 512def659..eca7fac30 100644
--- a/lib/ldap.c
+++ b/lib/ldap.c
@@ -150,6 +150,7 @@ const struct Curl_handler Curl_handler_ldap = {
ZERO_NULL, /* connection_check */
PORT_LDAP, /* defport */
CURLPROTO_LDAP, /* protocol */
+ CURLPROTO_LDAP, /* family */
PROTOPT_NONE /* flags */
};
@@ -176,6 +177,7 @@ const struct Curl_handler Curl_handler_ldaps = {
ZERO_NULL, /* connection_check */
PORT_LDAPS, /* defport */
CURLPROTO_LDAPS, /* protocol */
+ CURLPROTO_LDAP, /* family */
PROTOPT_SSL /* flags */
};
#endif