mirror of
https://github.com/curl/curl.git
synced 2026-07-23 13:27:17 +03:00
fix
This commit is contained in:
parent
b04d6dd0b1
commit
fc33c424d9
1 changed files with 1 additions and 1 deletions
|
|
@ -2165,7 +2165,7 @@ static CURLcode ftp_state_loggedin(struct connectdata *conn)
|
|||
CURLcode result = CURLE_OK;
|
||||
|
||||
#ifdef HAVE_KRB4
|
||||
if(data->set.krb4) {
|
||||
if(conn->data->set.krb4) {
|
||||
/* We are logged in, asked to use Kerberos. Set the requested
|
||||
* protection level
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue