From d1efbb15f97ee45184cfa156d38f5f220b1d7c61 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 22 Dec 2000 18:32:06 +0000 Subject: [PATCH] previous change removed too much code --- bin/named/xfrout.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/named/xfrout.c b/bin/named/xfrout.c index e3eb064ccc..919db431a4 100644 --- a/bin/named/xfrout.c +++ b/bin/named/xfrout.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: xfrout.c,v 1.86 2000/12/22 01:38:16 gson Exp $ */ +/* $Id: xfrout.c,v 1.87 2000/12/22 18:32:06 gson Exp $ */ #include @@ -1484,6 +1484,9 @@ sendstream(xfrout_ctx_t *xfr) { */ xfr->stream->methods->pause(xfr->stream); + if (result == ISC_R_SUCCESS) + return; + xfrout_fail(xfr, result, "sending zone data"); }