From: wessels <> Date: Fri, 23 May 1997 11:33:18 +0000 (+0000) Subject: compiler X-Git-Tag: SQUID_3_0_PRE1~4978 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a317131f2660b2b66e9e9124629050175b35294c;p=thirdparty%2Fsquid.git compiler --- diff --git a/src/ftp.cc b/src/ftp.cc index 1bc6f75c72..6460a76a87 100644 --- a/src/ftp.cc +++ b/src/ftp.cc @@ -1,6 +1,6 @@ /* - * $Id: ftp.cc,v 1.108 1997/05/22 15:51:53 wessels Exp $ + * $Id: ftp.cc,v 1.109 1997/05/23 05:33:18 wessels Exp $ * * DEBUG: section 9 File Transfer Protocol (FTP) * AUTHOR: Harvest Derived @@ -549,7 +549,7 @@ ftpStart(request_t * request, StoreEntry * entry) } storeLockObject(entry); ftpState->entry = entry; - req_hdr = entry->mem_obj->mime_hdr; + req_hdr = entry->mem_obj->request_hdr; ftpState->request = requestLink(request); if (!ftpCheckAuth(ftpState, req_hdr)) { /* This request is not fully authenticated */