mirror of
https://github.com/curl/curl.git
synced 2026-06-10 07:44:14 +03:00
LDAP: Add missing declaration for 'result'
This commit is contained in:
parent
c59dba338e
commit
fae19aed8d
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue