]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #1056: Cache Manager shows wrong setting for 'header_access' and 'header_replace...
authorhno <>
Sat, 25 Sep 2004 04:24:33 +0000 (04:24 +0000)
committerhno <>
Sat, 25 Sep 2004 04:24:33 +0000 (04:24 +0000)
src/HttpHeader.cc

index 49fcd7a4666c7753f6c00e6c98bdaee20b24275a..d3816761775d4b8232d699772868cbae9fa266f7 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: HttpHeader.cc,v 1.96 2004/08/30 05:12:31 robertc Exp $
+ * $Id: HttpHeader.cc,v 1.97 2004/09/24 22:24:33 hno Exp $
  *
  * DEBUG: section 55    HTTP Header
  * AUTHOR: Alex Rousskov
@@ -1477,7 +1477,7 @@ httpHeaderNameById(int id)
 
     assert(id >= 0 && id < HDR_ENUM_END);
 
-    return HeadersAttrs[id].name;
+    return strBuf(Headers[id].name);
 }
 
 int