Mark Andrews
785d021d00
Remove dead code
*** CID 352817: Control flow issues (DEADCODE) /lib/ns/xfrout.c: 1568 in sendstream()
1562
1563 /* Advance lasttsig to be the last TSIG generated */
1564 CHECK(dns_message_getquerytsig(msg, xfr->mctx, &xfr->lasttsig));
1565
1566 failure:
1567 if (msgname != NULL) {
>>> CID 352817: Control flow issues (DEADCODE)
>>> Execution cannot reach this statement: "if (msgrds != NULL) {
if ...".
1568 if (msgrds != NULL) {
1569 if (dns_rdataset_isassociated(msgrds)) {
1570 dns_rdataset_disassociate(msgrds);
1571 }
1572 dns_message_puttemprdataset(msg, &msgrds);
1573 }
2022-09-06 12:47:08 +00:00
..
2022-08-26 09:09:24 +02:00
2022-08-26 09:09:24 +02:00
2022-05-03 10:02:19 +02:00
2022-08-26 09:09:24 +02:00
2022-06-28 15:42:38 +03:00
2022-01-11 09:05:02 +01:00
2022-05-28 14:53:02 -07:00
2022-01-11 09:05:02 +01:00
2022-09-06 12:47:08 +00:00
2022-06-28 15:42:38 +03:00
2022-04-04 19:27:00 +02:00
2022-01-11 09:05:02 +01:00
2022-05-28 14:53:02 -07:00
2022-08-22 15:55:46 +02:00
2022-09-06 12:47:08 +00:00