From 169a47d5bf735083d4d9afbbd43a17cc91372ecf Mon Sep 17 00:00:00 2001 From: "R.E. Wolff" Date: Mon, 6 Jan 2020 13:16:01 +0100 Subject: [PATCH] fix closing brace --- packet/probe_unix.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packet/probe_unix.c b/packet/probe_unix.c index 3de7cd2..bf1e2c9 100644 --- a/packet/probe_unix.c +++ b/packet/probe_unix.c @@ -819,8 +819,10 @@ void receive_replies_from_recv_socket( /* ICMP packets received from raw socket */ handle_received_packet(net_state, &remote_addr, packet, packet_length, ×tamp); +#ifdef HAVE_LINUX_ERRQUEUE_H #ifdef SO_PROTOCOL } +#endif #endif } } -- 2.47.2