]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #1030: Unknown %X errorpage codes incorrectly quoted
authorhno <>
Fri, 6 Aug 2004 02:09:59 +0000 (02:09 +0000)
committerhno <>
Fri, 6 Aug 2004 02:09:59 +0000 (02:09 +0000)
src/errorpage.cc

index 94f40eecd4773da808877f9a217d831de044e07f..23ca06c9ea829746cefb4984c207e162ff6e44db 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: errorpage.cc,v 1.194 2004/01/06 03:44:13 hno Exp $
+ * $Id: errorpage.cc,v 1.195 2004/08/05 20:09:59 hno Exp $
  *
  * DEBUG: section 4     Error Generation
  * AUTHOR: Duane Wessels
@@ -803,6 +803,8 @@ errorConvert(char token, ErrorState * err)
     default:
         memBufPrintf(&mb, "%%%c", token);
 
+        do_quote = 0;
+
         break;
     }