From fae19aed8de74e6b01544c314358ff702419ec7d Mon Sep 17 00:00:00 2001 From: Tor Arntsen Date: Sat, 18 Sep 2010 14:15:52 +0200 Subject: LDAP: Add missing declaration for 'result' --- lib/openldap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/openldap.c b/lib/openldap.c index 445d30167..5996876a9 100644 --- a/lib/openldap.c +++ b/lib/openldap.c @@ -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; -- cgit v1.2.3