Commit 212d8c8f authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Fixed LDAP after RTSP readwrite change

parent b996b202
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 */