Skip to content
Snippets Groups Projects
Commit 52caba04 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed the ldaptext variable, it was only set and never used

parent ad1a7020
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,6 @@ CURLcode Curl_ldap(struct connectdata *conn)
void *ber;
void *attribute;
int ldaptext;
struct SessionHandle *data=conn->data;
infof(data, "LDAP: %s\n", data->change.url);
......@@ -176,8 +175,6 @@ CURLcode Curl_ldap(struct connectdata *conn)
return CURLE_LIBRARY_NOT_FOUND;
}
ldaptext = data->set.ftp_ascii; /* This is a dirty hack */
/* The types are needed because ANSI C distinguishes between
* pointer-to-object (data) and pointer-to-function.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment