From: Evan Hunt Date: Wed, 7 Sep 2011 20:50:08 +0000 (+0000) Subject: 3155. [bug] Fixed a build failure when using contrib DLZ X-Git-Tag: v9.9.0a2~1^2~2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=67e3b3b9fcaa9150cd79b6db0d757bd131fce913;p=thirdparty%2Fbind9.git 3155. [bug] Fixed a build failure when using contrib DLZ drivers (e.g., mysql, postgresql, etc). [RT #25710] --- diff --git a/CHANGES b/CHANGES index 20d8932c396..0f9c2b35c70 100644 --- a/CHANGES +++ b/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] diff --git a/contrib/dlz/drivers/sdlz_helper.c b/contrib/dlz/drivers/sdlz_helper.c index a7d7f4af380..2447d5df09e 100644 --- a/contrib/dlz/drivers/sdlz_helper.c +++ b/contrib/dlz/drivers/sdlz_helper.c @@ -50,8 +50,6 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifdef DLZ - #include #include @@ -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