diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:14:09 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:14:09 -0600 |
commit | 2552e838a39811a4a72d58ab5594ba54e4bf5452 (patch) | |
tree | abb45bdac0d6ea03b2435e09cec835d255997114 /lib/isc/mem.c | |
parent | 5cb081d5cd96ab022b6742216b07b4642b7e6f64 (diff) | |
download | bind9-2552e838a39811a4a72d58ab5594ba54e4bf5452.tar.gz |
9.2.0rc7
Diffstat (limited to 'lib/isc/mem.c')
-rw-r--r-- | lib/isc/mem.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/isc/mem.c b/lib/isc/mem.c index 2930a085..b60e0ab8 100644 --- a/lib/isc/mem.c +++ b/lib/isc/mem.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mem.c,v 1.98.2.1 2001/09/05 17:51:13 gson Exp $ */ +/* $Id: mem.c,v 1.98.2.2 2001/10/12 01:17:37 marka Exp $ */ #include <config.h> @@ -475,6 +475,7 @@ mem_getunlocked(isc_mem_t *ctx, size_t size) { * don't own. */ new_size = size; + goto done; } /* |