a few more struct fixes

This commit is contained in:
Daniel Stenberg
2001-08-30 22:59:58 +00:00
parent 0ece1b5c34
commit 47e7a3e678
3 changed files with 21 additions and 21 deletions

View File

@@ -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
}