]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix acl formatting in config CacheMgr action
authorFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 12 Jan 2015 13:24:52 +0000 (14:24 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 12 Jan 2015 13:24:52 +0000 (14:24 +0100)
src/cache_cf.cc

index d154ab7c8d579b82a6a19d8d5690f817b3ec3542..c164edb8cc3a1ab59f5b0c3dcb76dfc62f0c90c3 100644 (file)
@@ -1266,6 +1266,7 @@ dump_SBufList(StoreEntry * entry, const SBufList &words)
         entry->append(i->rawContent(), i->length());
         entry->append(" ",1);
     }
+    entry->append("\n",1);
 }
 
 static void