From fc33c424d93b6bff5d07ffc43ecde09a8c243434 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 7 May 2005 20:28:39 +0000 Subject: fix --- lib/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ftp.c b/lib/ftp.c index 989ce7e0b..c365a7e40 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -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 */ -- cgit v1.2.3