Commit 8e4f26cd2b75b828f9b8eb73aac53a1b379a3740
1 parent
82efb832
Exists in
master
and in
3 other branches
Working on LDAP support for windows.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/lib3270/ssl/windows/getcrl.c
@@ -194,6 +194,8 @@ X509_CRL * lib3270_get_X509_CRL(H3270 *hSession, SSL_ERROR_MESSAGE * message) | @@ -194,6 +194,8 @@ X509_CRL * lib3270_get_X509_CRL(H3270 *hSession, SSL_ERROR_MESSAGE * message) | ||
194 | curl_easy_setopt(hCurl, CURLOPT_WRITEFUNCTION, internal_curl_write_callback); | 194 | curl_easy_setopt(hCurl, CURLOPT_WRITEFUNCTION, internal_curl_write_callback); |
195 | curl_easy_setopt(hCurl, CURLOPT_WRITEDATA, (void *) crl_data); | 195 | curl_easy_setopt(hCurl, CURLOPT_WRITEDATA, (void *) crl_data); |
196 | 196 | ||
197 | + curl_easy_setopt(hCurl, CURLOPT_USERNAME, ""); | ||
198 | + | ||
197 | res = curl_easy_perform(hCurl); | 199 | res = curl_easy_perform(hCurl); |
198 | 200 | ||
199 | if(res != CURLE_OK) | 201 | if(res != CURLE_OK) |