From: Amos Jeffries Date: Tue, 25 May 2010 09:46:48 +0000 (+1200) Subject: Dump refresh_pattern config as single lines not pairs X-Git-Tag: SQUID_3_2_0_1~199 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e1d762939f6c520ba41c222dcc7d51610b4916c;p=thirdparty%2Fsquid.git Dump refresh_pattern config as single lines not pairs --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 2f8a1c1f1d..b81cc47e99 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -2243,7 +2243,7 @@ static void dump_refreshpattern(StoreEntry * entry, const char *name, refresh_t * head) { while (head != NULL) { - storeAppendPrintf(entry, "%s%s %s %d %d%% %d\n", + storeAppendPrintf(entry, "%s%s %s %d %d%% %d", name, head->flags.icase ? " -i" : null_string, head->pattern,