]> TLD Linux GIT Repositories - packages/postfix.git/blob - postfix-scache_clnt.patch
- updated to 3.8.6
[packages/postfix.git] / postfix-scache_clnt.patch
1 diff -ur postfix-3.0.2.orig/src/global/scache_clnt.c postfix-3.0.2/src/global/scache_clnt.c
2 --- postfix-3.0.2.orig/src/global/scache_clnt.c 2014-12-14 18:22:05.000000000 +0000
3 +++ postfix-3.0.2/src/global/scache_clnt.c      2015-07-25 18:31:06.208826277 +0000
4 @@ -414,7 +414,7 @@
5      sp->scache->size = scache_clnt_size;
6      sp->scache->free = scache_clnt_free;
7  
8 -    service = concatenate("local:private/", server, (char *) 0);
9 +    service = concatenate("local:private/", var_scache_service, (char *) 0);
10      sp->auto_clnt = auto_clnt_create(service, timeout, idle_limit, ttl_limit);
11      myfree(service);
12