[Date Prev][Date Next] [Chronological] [Thread] [Top]

Really working patch (ITS#1429)



Hello,

now I've got a working patch - that seems to comply to what the function
was meant to do.

Andre
-- 
Your e-mail has been returned due to insufficient voltage.

--- url.c       2001/08/13 12:10:21     1.2
+++ libraries/libldap/url.c     2001/11/08 19:35:46
@@ -929,7 +929,7 @@
                bind.ri_url = (char *)url;
                err = ldap_send_server_request(
                                        ld, ber, ld->ld_msgid, NULL,
-                                       NULL, NULL, &bind );
+                                       ludp, NULL, &bind );
        }
 
        ldap_free_urldesc( ludp );