mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
3155. [bug] Fixed a build failure when using contrib DLZ
drivers (e.g., mysql, postgresql, etc). [RT #25710]
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
||||
3155. [bug] Fixed a build failure when using contrib DLZ
|
||||
drivers (e.g., mysql, postgresql, etc). [RT #25710]
|
||||
|
||||
3154. [bug] Attempting to print an empty rdataset could trigger
|
||||
an assert. [RT #25452]
|
||||
|
||||
|
@@ -50,8 +50,6 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifdef DLZ
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <dns/log.h>
|
||||
@@ -527,5 +525,3 @@ sdlzh_get_parameter_value(isc_mem_t *mctx, const char *input, const char* key)
|
||||
|
||||
return isc_mem_strdup(mctx, value);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user