From e611814bf8cbc79a9ccee7a25c197ec4d42acaa2 Mon Sep 17 00:00:00 2001 From: Michael Graff Date: Tue, 12 Oct 1999 00:26:54 +0000 Subject: [PATCH] Be less restrictive on initializing and magic numbers --- lib/dns/tcpmsg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/dns/tcpmsg.c b/lib/dns/tcpmsg.c index f6cee6ff3d..fb498bb8df 100644 --- a/lib/dns/tcpmsg.c +++ b/lib/dns/tcpmsg.c @@ -143,7 +143,6 @@ dns_tcpmsg_init(isc_mem_t *mctx, isc_socket_t *sock, dns_tcpmsg_t *tcpmsg) REQUIRE(mctx != NULL); REQUIRE(sock != NULL); REQUIRE(tcpmsg != NULL); - REQUIRE(!VALID_TCPMSG(tcpmsg)); tcpmsg->magic = TCPMSG_MAGIC; tcpmsg->size = 0;