postfix.patch 615 B

123456789101112131415161718192021222324
  1. --- src/util/dict_ldap.c.dist Wed Apr 2 17:31:29 2003
  2. +++ src/util/dict_ldap.c Wed Apr 2 17:37:22 2003
  3. @@ -400,20 +400,6 @@
  4. myname, dict_ldap->ldapsource);
  5. }
  6. }
  7. -#else
  8. -
  9. - rc = ldap_enable_cache(dict_ldap->ld, dict_ldap->cache_expiry,
  10. - dict_ldap->cache_size);
  11. - if (rc != LDAP_SUCCESS) {
  12. - msg_warn
  13. - ("%s: Unable to configure cache for %s: %d (%s) -- continuing",
  14. - myname, dict_ldap->ldapsource, rc, ldap_err2string(rc));
  15. - } else {
  16. - if (msg_verbose)
  17. - msg_info("%s: Caching enabled for %s",
  18. - myname, dict_ldap->ldapsource);
  19. - }
  20. -
  21. #endif
  22. }
  23. if (msg_verbose)