1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

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

This commit is contained in:
Daniel Stenberg 2004-02-12 09:51:43 +00:00
parent ad1a70205f
commit 52caba0417

View File

@ -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.
*/