From 52b631fadecb5ff5f038badfd79055e7d4272927 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 19 Jul 2003 23:56:33 +0000 Subject: Access the user and passwd fields from the connectdata struct now instead of the sessionhandle struct, as that was not good. --- lib/krb4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/krb4.c') diff --git a/lib/krb4.c b/lib/krb4.c index 6c91e2fb9..b80ea390e 100644 --- a/lib/krb4.c +++ b/lib/krb4.c @@ -322,7 +322,7 @@ CURLcode Curl_krb_kauth(struct connectdata *conn) save = Curl_set_command_prot(conn, prot_private); - result = Curl_ftpsendf(conn, "SITE KAUTH %s", conn->data->state.user); + result = Curl_ftpsendf(conn, "SITE KAUTH %s", conn->user); if(result) return result; -- cgit v1.2.3