]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
C++ typo: extraneous `int' ignored
authorwessels <>
Thu, 12 Jan 2006 04:14:33 +0000 (04:14 +0000)
committerwessels <>
Thu, 12 Jan 2006 04:14:33 +0000 (04:14 +0000)
src/ClientRequestContext.h

index 40fa16bf2839d058d089d4975f0aa6ab9afbe712..64b57aff681aa5976c07286a48db6a578a73af04 100644 (file)
@@ -36,7 +36,7 @@ public:
 #endif
 
     bool redirect_done;
-    bool int no_cache_done;
+    bool no_cache_done;
     bool interpreted_req_hdrs;
 
 private: