From 42acb00c815f2cca5bd1e3653c9f3a47e9256572 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 11 Nov 2002 23:03:03 +0000 Subject: moved the bools in the connectdata struct into the substruct named ConnectBits where the other bools already are --- 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 270154f9f..387807942 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -2089,7 +2089,7 @@ CURLcode Curl_ftp(struct connectdata *conn) retcode = Curl_ftp_nextconnect(conn); else /* since we didn't connect now, we want do_more to get called */ - conn->do_more = TRUE; + conn->bits.do_more = TRUE; } return retcode; -- cgit v1.2.3