2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

style nits

This commit is contained in:
Evan Hunt
2019-12-09 10:49:37 -08:00
committed by Witold Kręcicki
parent 35679aef9b
commit 8c0792723d
2 changed files with 5 additions and 4 deletions

View File

@@ -1079,7 +1079,8 @@ isc__nm_tcp_shutdown(isc_nmsocket_t *sock) {
if (sock->type == isc_nm_tcpsocket &&
sock->tcphandle != NULL &&
sock->rcb.recv != NULL) {
sock->rcb.recv != NULL)
{
sock->rcb.recv(sock->tcphandle, NULL, sock->rcbarg);
}
}