diff options
author | Tor Arntsen <tor@spacetec.no> | 2010-09-18 14:15:52 +0200 |
---|---|---|
committer | Tor Arntsen <tor@spacetec.no> | 2010-09-18 14:23:34 +0200 |
commit | fae19aed8de74e6b01544c314358ff702419ec7d (patch) | |
tree | cda4a8919a27f76d332b19a3f88e40c90ae512dc /lib/openldap.c | |
parent | c59dba338ea2c71fa0422a8594928d3c1787469e (diff) |
LDAP: Add missing declaration for 'result'
Diffstat (limited to 'lib/openldap.c')
-rw-r--r-- | lib/openldap.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |