1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

LDAP: Add missing declaration for 'result'

This commit is contained in:
Tor Arntsen 2010-09-18 14:15:52 +02:00
parent c59dba338e
commit fae19aed8d

View File

@ -178,6 +178,7 @@ static Sockbuf_IO ldapsb_tls;
static CURLcode ldap_connect(struct connectdata *conn, bool *done)
{
CURLcode result;
ldapconninfo *li = conn->proto.generic;
struct SessionHandle *data=conn->data;
int rc, proto = LDAP_VERSION3;