mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 16:45:24 +00:00
Removed unused addrbuf
This commit is contained in:
@@ -1352,7 +1352,6 @@ static int
|
|||||||
completeio_send(isc_socket_t *sock, isc_socketevent_t *dev,
|
completeio_send(isc_socket_t *sock, isc_socketevent_t *dev,
|
||||||
struct msghdr *messagehdr, int cc, int send_errno)
|
struct msghdr *messagehdr, int cc, int send_errno)
|
||||||
{
|
{
|
||||||
char addrbuf[ISC_SOCKADDR_FORMATSIZE];
|
|
||||||
char strbuf[ISC_STRERRORSIZE];
|
char strbuf[ISC_STRERRORSIZE];
|
||||||
|
|
||||||
if (send_errno != 0) {
|
if (send_errno != 0) {
|
||||||
|
Reference in New Issue
Block a user