diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-12 09:51:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-12 09:51:43 +0000 |
commit | 52caba0417d5727fa02d91dddf6d8445218d6109 (patch) | |
tree | e84fcce96666e0234db99d0fc8d0abba292227d2 /lib | |
parent | ad1a70205fa24bf1664969c5d3b3f67d7cebecb4 (diff) |
removed the ldaptext variable, it was only set and never used
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ldap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ldap.c b/lib/ldap.c index a7c89de37..cb2ba0101 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -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. */ |