From: Amos Jeffries Date: Wed, 26 May 2010 03:49:37 +0000 (+1200) Subject: Dump refresh_pattern config as single lines not pairs X-Git-Tag: SQUID_3_1_4~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25579e97ef57f04eec8bd9d39f499d6e85416d90;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 bec9052154..cdaab23565 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -2228,7 +2228,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,