A message could be leaked when a segment of an incoming zone transfer
failed to verify.
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: xfrin.c,v 1.109.2.6 2001/09/06 00:20:49 marka Exp $ */
+/* $Id: xfrin.c,v 1.109.2.7 2001/09/12 20:46:54 gson Exp $ */
#include <config.h>
if (result != ISC_R_SUCCESS) {
xfrin_log(xfr, ISC_LOG_DEBUG(3), "TSIG check failed: %s",
isc_result_totext(result));
- return;
+ FAIL(result);
}
for (result = dns_message_firstname(msg, DNS_SECTION_ANSWER);