mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 22:42:04 -04:00
3155. [bug] Fixed a build failure when using contrib DLZ
drivers (e.g., mysql, postgresql, etc). [RT #25710]
This commit is contained in:
parent
bd3341d6b2
commit
67e3b3b9fc
2 changed files with 3 additions and 4 deletions
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue