projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c59dba3
)
LDAP: Add missing declaration for 'result'
author
Tor Arntsen
<tor@spacetec.no>
Sat, 18 Sep 2010 12:15:52 +0000
(14:15 +0200)
committer
Tor Arntsen
<tor@spacetec.no>
Sat, 18 Sep 2010 12:23:34 +0000
(14:23 +0200)
lib/openldap.c
patch
|
blob
|
history
diff --git
a/lib/openldap.c
b/lib/openldap.c
index
445d301
..
5996876
100644
(file)
--- 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;