mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:21:41 +03:00
Fixed LDAP after RTSP readwrite change
This commit is contained in:
parent
b996b202c4
commit
212d8c8f65
1 changed files with 2 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ const struct Curl_handler Curl_handler_ldap = {
|
|||
ZERO_NULL, /* doing_getsock */
|
||||
ZERO_NULL, /* perform_getsock */
|
||||
ZERO_NULL, /* disconnect */
|
||||
ZERO_NULL, /* readwrite */
|
||||
PORT_LDAP, /* defport */
|
||||
CURLPROTO_LDAP, /* protocol */
|
||||
PROTOPT_NONE /* flags */
|
||||
|
|
@ -163,6 +164,7 @@ const struct Curl_handler Curl_handler_ldaps = {
|
|||
ZERO_NULL, /* doing_getsock */
|
||||
ZERO_NULL, /* perform_getsock */
|
||||
ZERO_NULL, /* disconnect */
|
||||
ZERO_NULL, /* readwrite */
|
||||
PORT_LDAPS, /* defport */
|
||||
CURLPROTO_LDAP | CURLPROTO_LDAPS, /* protocol */
|
||||
PROTOPT_SSL /* flags */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue