mirror of
https://github.com/curl/curl.git
synced 2026-07-23 20:17:15 +03:00
removed the ldaptext variable, it was only set and never used
This commit is contained in:
parent
ad1a70205f
commit
52caba0417
1 changed files with 0 additions and 3 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue