diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-05-07 20:28:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-05-07 20:28:39 +0000 |
commit | fc33c424d93b6bff5d07ffc43ecde09a8c243434 (patch) | |
tree | cbe7e418cec8fdb968fe00bf589cf6002b549a63 | |
parent | b04d6dd0b14daca057a03054d535feae99bc42f1 (diff) |
fix
-rw-r--r-- | lib/ftp.c | 2 |
1 files changed, 1 insertions, 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 */ |