mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-18 08:32:17 -04:00
We can't say how many bytes are being sent as the message has not been
rendered yet.
This commit is contained in:
parent
12cc22fc73
commit
971d7014aa
1 changed files with 2 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: xfrout.c,v 1.30 1999/12/16 23:11:02 gson Exp $ */
|
||||
/* $Id: xfrout.c,v 1.31 1999/12/21 00:33:17 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -1301,8 +1301,7 @@ sendstream(xfrout_ctx_t *xfr)
|
|||
xfr->sends++;
|
||||
} else {
|
||||
isc_log_write(XFROUT_DEBUG_LOGARGS(8),
|
||||
"sending IXFR UDP response of %d bytes",
|
||||
used.length);
|
||||
"sending IXFR UDP response");
|
||||
/* XXX kludge */
|
||||
dns_message_destroy(&xfr->client->message);
|
||||
xfr->client->message = msg;
|
||||
|
|
|
|||
Loading…
Reference in a new issue