]> granicus.if.org Git - curl/commitdiff
Fixed LDAP after RTSP readwrite change
authorDan Fandrich <dan@coneharvesters.com>
Fri, 6 May 2011 20:48:24 +0000 (13:48 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 6 May 2011 20:48:24 +0000 (13:48 -0700)
lib/ldap.c

index 6733ef46b38b7e74f52b8f995594eb72902344de..62a9ffc196cb6400bd94809e67c02eaa21bdf6ee 100644 (file)
@@ -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 */