Skip to content

Avoid conflict with ldap_connect function of openldap

Petr Menšík requested to merge pemensik/bind9:rhbz/fedora/2032704 into main

ldap_connect is defined by OpenLDAP 2.6. Compiler complains there are conflicting declarations. Use dlz_ldap prefix instead of ldap to avoid conflict.

Merge request reports