X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=postfix-scache_clnt.patch;h=f09ca02fb47b59d485e4412dfebcf79b29984e57;hb=54bf3e7ad041f4f0521a02073423296dba86bd9c;hp=e34ee5e9485feec1d26bbaa36af163377088f017;hpb=bb11d011f6265b67f422f3b87ddedff187ce3118;p=packages%2Fpostfix.git diff --git a/postfix-scache_clnt.patch b/postfix-scache_clnt.patch index e34ee5e..f09ca02 100644 --- a/postfix-scache_clnt.patch +++ b/postfix-scache_clnt.patch @@ -1,11 +1,11 @@ ---- postfix-2.8.3/src/global/scache_clnt.c.orig 2011-05-17 14:24:55.245798704 +0200 -+++ postfix-2.8.3/src/global/scache_clnt.c 2011-05-17 14:24:26.382381790 +0200 -@@ -414,7 +414,7 @@ +--- postfix-3.6.2/src/global/scache_clnt.c.orig 2021-08-27 14:41:51.981598457 +0200 ++++ postfix-3.6.2/src/global/scache_clnt.c 2021-08-27 14:44:13.138605407 +0200 +@@ -428,7 +428,7 @@ sp->scache->size = scache_clnt_size; sp->scache->free = scache_clnt_free; -- service = concatenate("local:private/", server, (char *) 0); -+ service = concatenate("local:private/", var_scache_service, (char *) 0); +- service = concatenate("local:" MAIL_CLASS_PRIVATE "/", server, (char *) 0); ++ service = concatenate("local:" MAIL_CLASS_PRIVATE "/", var_scache_service, (char *) 0); sp->auto_clnt = auto_clnt_create(service, timeout, idle_limit, ttl_limit); - myfree(service); - + auto_clnt_control(sp->auto_clnt, + AUTO_CLNT_CTL_HANDSHAKE, scache_clnt_handshake,