]> granicus.if.org Git - curl/commitdiff
fix
authorDaniel Stenberg <daniel@haxx.se>
Sat, 7 May 2005 20:28:39 +0000 (20:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 7 May 2005 20:28:39 +0000 (20:28 +0000)
lib/ftp.c

index 989ce7e0b30310969fa859536ff02fb64cc533b0..c365a7e4063a33888deeb6489feac22e46fa72c3 100644 (file)
--- 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
      */