2
0
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:
Evan Hunt
2011-09-07 20:50:08 +00:00
parent bd3341d6b2
commit 67e3b3b9fc
2 changed files with 3 additions and 4 deletions

View File

@@ -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]

View File

@@ -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