]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- fix build by shadzik auto/th/postfix-2_8_3-1 auto/ti/postfix-2_8_3-1
authorlisu <lisu@pld-linux.org>
Tue, 17 May 2011 12:53:48 +0000 (12:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix-scache_clnt.patch -> 1.1

postfix-scache_clnt.patch [new file with mode: 0644]

diff --git a/postfix-scache_clnt.patch b/postfix-scache_clnt.patch
new file mode 100644 (file)
index 0000000..e34ee5e
--- /dev/null
@@ -0,0 +1,11 @@
+--- postfix-2.8.3/src/global/scache_clnt.c.orig        2011-05-17 14:24:55.245798704 +0200
++++ postfix-2.8.3/src/global/scache_clnt.c     2011-05-17 14:24:26.382381790 +0200
+@@ -414,7 +414,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);
+     sp->auto_clnt = auto_clnt_create(service, timeout, idle_limit, ttl_limit);
+     myfree(service);
This page took 0.324328 seconds and 4 git commands to generate.