]> git.ipfire.org Git - thirdparty/bind9.git/commit
Avoid conflict with ldap_connect function of openldap
authorPetr Mensik <pemensik@redhat.com>
Wed, 22 Dec 2021 12:36:39 +0000 (13:36 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 22 Dec 2021 21:10:05 +0000 (22:10 +0100)
commit49e523e56f81f255d792c5ae2ff24cedc3cbc3a0
tree8107849d9e6c11c1729f3cf6ff9ba9326d1a8cd5
parent43d300ddaf078525e4c349bdedd98b987903e511
Avoid conflict with ldap_connect function of openldap

ldap_connect is defined by OpenLDAP 2.6. Compiler complains there are
conflicting declarations. Use dlz_ldap prefix instead of ldap to avoid
conflict.
contrib/dlz/modules/ldap/dlz_ldap_dynamic.c