mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:33:37 +03:00
a few more struct fixes
This commit is contained in:
parent
0ece1b5c34
commit
47e7a3e678
3 changed files with 21 additions and 21 deletions
|
|
@ -462,7 +462,7 @@ CURLcode Curl_ftp_connect(struct connectdata *conn)
|
|||
/* we may need to issue a KAUTH here to have access to the files
|
||||
* do it if user supplied a password
|
||||
*/
|
||||
if(conn->data->set.passwd && *conn->data->set.passwd)
|
||||
if(data->state.passwd && *data->state.passwd)
|
||||
Curl_krb_kauth(conn);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue