X-Git-Url: https://git.tld-linux.org/?p=packages%2Fpostfix.git;a=blobdiff_plain;f=postfix-scache_clnt.patch;fp=postfix-scache_clnt.patch;h=f09ca02fb47b59d485e4412dfebcf79b29984e57;hp=729638146bdc415ad9ee752ca5c5ccafdceccf1c;hb=0d3db503d5a3ef76481e75087d730a0951451ae3;hpb=78b478db2b8d9e20f498dcb8a7f386e4823b0d09 diff --git a/postfix-scache_clnt.patch b/postfix-scache_clnt.patch index 7296381..f09ca02 100644 --- a/postfix-scache_clnt.patch +++ b/postfix-scache_clnt.patch @@ -1,12 +1,11 @@ -diff -ur postfix-3.0.2.orig/src/global/scache_clnt.c postfix-3.0.2/src/global/scache_clnt.c ---- postfix-3.0.2.orig/src/global/scache_clnt.c 2014-12-14 18:22:05.000000000 +0000 -+++ postfix-3.0.2/src/global/scache_clnt.c 2015-07-25 18:31:06.208826277 +0000 -@@ -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,