2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

remove warnings.

This commit is contained in:
Brian Wellington
2000-09-12 13:46:12 +00:00
parent a9ba7e6564
commit 0fded1c8b7

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: mem.c,v 1.62 2000/09/05 03:30:18 marka Exp $ */
/* $Id: mem.c,v 1.63 2000/09/12 13:46:12 bwelling Exp $ */
#include <config.h>
@@ -1183,8 +1183,8 @@ isc_mem_setwater(isc_mem_t *ctx, isc_mem_water_t water, void *water_arg,
if (water == NULL) {
ctx->water = NULL;
ctx->water_arg = NULL;
ctx->hi_water = NULL;
ctx->lo_water = NULL;
ctx->hi_water = 0;
ctx->lo_water = 0;
ctx->hi_called = ISC_FALSE;
} else {
ctx->water = water;