]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
compiler
authorwessels <>
Fri, 23 May 1997 11:33:18 +0000 (11:33 +0000)
committerwessels <>
Fri, 23 May 1997 11:33:18 +0000 (11:33 +0000)
src/ftp.cc

index 1bc6f75c725bcd00e17e6f28509eb8c0a08968f4..6460a76a879e2eb2f40a59d6a01da099bac0f358 100644 (file)
@@ -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 */