]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix config dumps of port acls
authorhno <>
Sun, 15 May 2005 02:00:25 +0000 (02:00 +0000)
committerhno <>
Sun, 15 May 2005 02:00:25 +0000 (02:00 +0000)
include/List.h

index fab93d276d29553b4aff51476bee3266a46ef6fb..83c7c22eb0df54de86e05d30de7a8f0afe4aa74d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: List.h,v 1.5 2005/05/08 23:28:44 hno Exp $
+ * $Id: List.h,v 1.6 2005/05/14 20:00:25 hno Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -82,7 +82,7 @@ public:
        return entry->element;
     }
     bool end() {
-       return next_entry != NULL;
+       return next_entry == NULL;
     }
 
 private: