mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
LDAP: Add missing declaration for 'result'
This commit is contained in:
parent
c59dba338e
commit
fae19aed8d
@ -178,6 +178,7 @@ static Sockbuf_IO ldapsb_tls;
|
|||||||
|
|
||||||
static CURLcode ldap_connect(struct connectdata *conn, bool *done)
|
static CURLcode ldap_connect(struct connectdata *conn, bool *done)
|
||||||
{
|
{
|
||||||
|
CURLcode result;
|
||||||
ldapconninfo *li = conn->proto.generic;
|
ldapconninfo *li = conn->proto.generic;
|
||||||
struct SessionHandle *data=conn->data;
|
struct SessionHandle *data=conn->data;
|
||||||
int rc, proto = LDAP_VERSION3;
|
int rc, proto = LDAP_VERSION3;
|
||||||
|
Loading…
Reference in New Issue
Block a user