From 0caf22a3f7c33578a073cee42c6cfa61f971bc42 Mon Sep 17 00:00:00 2001 From: corvid Date: Sun, 18 Sep 2011 02:52:21 +0000 Subject: rename fn Trying to make it a little clearer. It's surprising how there isn't a good, brief, clear term for this. Discussion of the concept tends to start using words like "administration" and "control". --- src/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cache.c') diff --git a/src/cache.c b/src/cache.c index b6ff9450..6094a8d5 100644 --- a/src/cache.c +++ b/src/cache.c @@ -749,7 +749,7 @@ static void Cache_parse_header(CacheEntry_t *entry) DilloWeb *web = client->Web; if (!web->requester || - a_Url_same_public_suffix(entry->Url, web->requester)) { + a_Url_same_organization(entry->Url, web->requester)) { char *server_date = Cache_parse_field(header, "Date"); a_Cookies_set(Cookies, entry->Url, server_date); -- cgit v1.2.3