diff --git a/src/iosource/af_packet/src/AF_Packet.h b/src/iosource/af_packet/src/AF_Packet.h index b5253e7af7..971c468459 100644 --- a/src/iosource/af_packet/src/AF_Packet.h +++ b/src/iosource/af_packet/src/AF_Packet.h @@ -63,7 +63,7 @@ private: int socket_fd = -1; RX_Ring *rx_ring = nullptr; - struct pcap_pkthdr current_hdr = {0}; + struct pcap_pkthdr current_hdr = {}; struct InterfaceInfo { int index = -1;