]> git.pld-linux.org Git - packages/postfix.git/blob - postfix-scache_clnt.patch
- up to 3.6.2
[packages/postfix.git] / postfix-scache_clnt.patch
1 --- postfix-2.8.3/src/global/scache_clnt.c.orig 2011-05-17 14:24:55.245798704 +0200
2 +++ postfix-2.8.3/src/global/scache_clnt.c      2011-05-17 14:24:26.382381790 +0200
3 @@ -414,7 +414,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,
This page took 0.037546 seconds and 3 git commands to generate.