mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 11:32:01 -05:00
Silence Coverity REVERSE_INULL report
message does not need to be tested to NULL
(cherry picked from commit f0a66cb5aa)
This commit is contained in:
parent
b618d41fae
commit
33d7b5b56f
1 changed files with 1 additions and 3 deletions
|
|
@ -13417,9 +13417,7 @@ cleanup:
|
|||
if (qrdataset != NULL) {
|
||||
dns_message_puttemprdataset(message, &qrdataset);
|
||||
}
|
||||
if (message != NULL) {
|
||||
dns_message_detach(&message);
|
||||
}
|
||||
dns_message_detach(&message);
|
||||
return (result);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue