Skip to content
Snippets Groups Projects
Commit fc33c424 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fix

parent b04d6dd0
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment