From 56014e74a0fd6ed349370af1c0448a0013fa8bf4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 21 Jul 2003 09:19:48 +0000 Subject: [PATCH] krb4-fixes for the moved user+password fields within the structs --- lib/ftp.c | 2 +- lib/krb4.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ftp.c b/lib/ftp.c index 2f395eff0..c57b42d11 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -512,7 +512,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(data->state.passwd && *data->state.passwd) { + if(conn->passwd && *conn->passwd) { result = Curl_krb_kauth(conn); if(result) return result; diff --git a/lib/krb4.c b/lib/krb4.c index b80ea390e..71fdea131 100644 --- a/lib/krb4.c +++ b/lib/krb4.c @@ -363,7 +363,7 @@ CURLcode Curl_krb_kauth(struct connectdata *conn) for(; *p && *p != ' ' && *p != '\r' && *p != '\n'; p++); *p = 0; - des_string_to_key (conn->data->state.passwd, &key); + des_string_to_key (conn->passwd, &key); des_key_sched(&key, schedule); des_pcbc_encrypt((void *)tkt.dat, (void *)tktcopy.dat,