From 47e7a3e678f34fe0af57b3fdde292f9191f16df5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 30 Aug 2001 22:59:58 +0000 Subject: a few more struct fixes --- lib/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ftp.c') diff --git a/lib/ftp.c b/lib/ftp.c index dc638dc61..e5bb4e7be 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -462,7 +462,7 @@ CURLcode Curl_ftp_connect(struct connectdata *conn) /* we may need to issue a KAUTH here to have access to the files * do it if user supplied a password */ - if(conn->data->set.passwd && *conn->data->set.passwd) + if(data->state.passwd && *data->state.passwd) Curl_krb_kauth(conn); #endif } -- cgit v1.2.3