CID 465814: Control flow issues (DEADCODE) in statschannel.c
*** CID 465814: Control flow issues (DEADCODE)
/bin/named/statschannel.c: 1704 in xfrin_xmlrender()
1698
1699 cleanup:
1700 if (xfr != NULL) {
1701 dns_xfrin_detach(&xfr);
1702 }
1703 if (result != ISC_R_SUCCESS) {
>>> CID 465814: Control flow issues (DEADCODE)
>>> Execution cannot reach this statement: "isc_log_write(named_g_lctx,...".
1704 isc_log_write(named_g_lctx, NAMED_LOGCATEGORY_GENERAL,
1705 NAMED_LOGMODULE_SERVER, ISC_LOG_ERROR,
1706 "Failed at xfrin_xmlrender()");
1707 }
1708 return (result);
1709 }