summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlisu2011-05-17 12:53:48 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitad4ce560c1307f8621a4545840845785e98d9ce0 (patch)
tree29a80624ca9f720233de44908b6e9a876c220afc
parent1f618f35a90a8641e57d63e4b9b02cefcb9ab3c1 (diff)
downloadpostfix-ad4ce560c1307f8621a4545840845785e98d9ce0.zip
postfix-ad4ce560c1307f8621a4545840845785e98d9ce0.tar.gz
Changed files: postfix-scache_clnt.patch -> 1.1
-rw-r--r--postfix-scache_clnt.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/postfix-scache_clnt.patch b/postfix-scache_clnt.patch
new file mode 100644
index 0000000..e34ee5e
--- /dev/null
+++ b/postfix-scache_clnt.patch
@@ -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);
+