]> TLD Linux GIT Repositories - packages/postfix.git/blob - postfix-scache_clnt.patch
- rediffed patches
[packages/postfix.git] / postfix-scache_clnt.patch
1 --- postfix-3.6.2/src/global/scache_clnt.c.orig 2021-08-27 14:41:51.981598457 +0200
2 +++ postfix-3.6.2/src/global/scache_clnt.c      2021-08-27 14:44:13.138605407 +0200
3 @@ -428,7 +428,7 @@
4      sp->scache->size = scache_clnt_size;
5      sp->scache->free = scache_clnt_free;
6  
7 -    service = concatenate("local:" MAIL_CLASS_PRIVATE "/", server, (char *) 0);
8 +    service = concatenate("local:" MAIL_CLASS_PRIVATE "/", var_scache_service, (char *) 0);
9      sp->auto_clnt = auto_clnt_create(service, timeout, idle_limit, ttl_limit);
10      auto_clnt_control(sp->auto_clnt,
11                       AUTO_CLNT_CTL_HANDSHAKE, scache_clnt_handshake,