]> git.pld-linux.org Git - packages/postfix.git/blame - postfix-scache_clnt.patch
- up to 3.6.2
[packages/postfix.git] / postfix-scache_clnt.patch
CommitLineData
ad4ce560 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
d8280bad
JR
7- service = concatenate("local:" MAIL_CLASS_PRIVATE "/", server, (char *) 0);
8+ service = concatenate("local:" MAIL_CLASS_PRIVATE "/", var_scache_service, (char *) 0);
ad4ce560 9 sp->auto_clnt = auto_clnt_create(service, timeout, idle_limit, ttl_limit);
d8280bad
JR
10 auto_clnt_control(sp->auto_clnt,
11 AUTO_CLNT_CTL_HANDSHAKE, scache_clnt_handshake,
This page took 0.11522 seconds and 4 git commands to generate.