]> git.pld-linux.org Git - packages/postfix.git/blobdiff - postfix-scache_clnt.patch
- up to 3.6.2
[packages/postfix.git] / postfix-scache_clnt.patch
index e34ee5e9485feec1d26bbaa36af163377088f017..27532eafc204477c03f618bec9710114d0db9804 100644 (file)
@@ -4,8 +4,8 @@
      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);
+-    service = concatenate("local:" MAIL_CLASS_PRIVATE "/", server, (char *) 0);
++    service = concatenate("local:" MAIL_CLASS_PRIVATE "/", var_scache_service, (char *) 0);
      sp->auto_clnt = auto_clnt_create(service, timeout, idle_limit, ttl_limit);
-     myfree(service);
+     auto_clnt_control(sp->auto_clnt,
+                     AUTO_CLNT_CTL_HANDSHAKE, scache_clnt_handshake,
This page took 0.044269 seconds and 4 git commands to generate.