Skip to content

Fix few warnings in DLZ modules

Petr Menšík requested to merge pemensik/bind9:bug/main/dlz-modules into main

Also make similar change to ldap module. Change few public functions in module to dlz_ prefix, so they cannot collide with used library.

Fixes warnings and errors with PTHREADS disabled.

Merge request reports