summaryrefslogtreecommitdiff
path: root/lib/ldap.c
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-10-06 14:15:34 +0000
committerng0 <ng0@infotropique.org>2017-10-06 14:15:34 +0000
commit64d20516fc61405cf0de4db0b0b8c52b3cafe917 (patch)
tree804233b6e02880b5774b9cc3a015ddaeb036717a /lib/ldap.c
parentdc3acc1603d57da12f54d5e360e40eda12b1066c (diff)
parent3ea76790571c1f7cf1bed34fabffd3cc20ad3dd3 (diff)
downloadgnurl-64d20516fc61405cf0de4db0b0b8c52b3cafe917.tar.gz
gnurl-64d20516fc61405cf0de4db0b0b8c52b3cafe917.tar.bz2
gnurl-64d20516fc61405cf0de4db0b0b8c52b3cafe917.zip
Merge tag 'curl-7_56_0'
curl 7.56.0
Diffstat (limited to 'lib/ldap.c')
-rw-r--r--lib/ldap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ldap.c b/lib/ldap.c
index 9b85a4815..4059d5d87 100644
--- a/lib/ldap.c
+++ b/lib/ldap.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -267,7 +267,7 @@ static CURLcode Curl_ldap(struct connectdata *conn, bool *done)
LDAPMessage *ldapmsg = NULL;
LDAPMessage *entryIterator;
int num = 0;
- struct Curl_easy *data=conn->data;
+ struct Curl_easy *data = conn->data;
int ldap_proto = LDAP_VERSION3;
int ldap_ssl = 0;
char *val_b64 = NULL;