]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Newline was missing from removal policy configuration printouts..
authorhno <>
Mon, 18 Sep 2000 05:41:55 +0000 (05:41 +0000)
committerhno <>
Mon, 18 Sep 2000 05:41:55 +0000 (05:41 +0000)
(mgr:config)

src/cache_cf.cc

index 2adb7addd5affb61cbc208af32f81283f40af258..46656c09284edec3c0cca568ba335577348983d5 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: cache_cf.cc,v 1.353 2000/07/18 06:16:40 wessels Exp $
+ * $Id: cache_cf.cc,v 1.354 2000/09/17 23:41:55 hno Exp $
  *
  * DEBUG: section 3     Configuration File Parsing
  * AUTHOR: Harvest Derived
@@ -1759,6 +1759,7 @@ dump_removalpolicy(StoreEntry * entry, const char *name, RemovalPolicySettings *
        storeAppendPrintf(entry, " %s", args->key);
        args = args->next;
     }
+    storeAppendPrintf(entry, "\n");
 }