fixup! clean up some handle/client reference counting errors in error cases.

This commit is contained in:
Witold Kręcicki
2020-02-10 10:44:36 +01:00
parent e5bda0d2e8
commit be27968e24
+1 -1
View File
@@ -382,7 +382,7 @@ ns_client_sendraw(ns_client_t *client, dns_message_t *message) {
r.base[1] = client->message->id & 0xff;
result = client_sendpkg(client, &buffer, true);
if (result == ISC_R_SUCCESS)
if (result == ISC_R_SUCCESS) {
return;
}