]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix RemovalPolicySettings() to properly initialize it's members
authorhno <>
Sun, 9 Jan 2005 05:48:25 +0000 (05:48 +0000)
committerhno <>
Sun, 9 Jan 2005 05:48:25 +0000 (05:48 +0000)
src/structs.h

index 0d82e6d7bc9c512e44f6b5c221cdbad603db6661..0c3a9b38197b6c672382f084a98262e8057b6df1 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: structs.h,v 1.505 2005/01/08 22:38:34 hno Exp $
+ * $Id: structs.h,v 1.506 2005/01/08 22:48:25 hno Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -214,7 +214,7 @@ public:
     char *type;
     wordlist *args;
 
-    RemovalPolicySettings() type(NULL), args(NULL) {};
+    RemovalPolicySettings() type(NULL), args(NULL) {};
 };
 
 class external_acl;