🔧 build(compile Werror): reduce warning
This commit is contained in:
@@ -152,7 +152,7 @@ static void calculate_length_and_checksum(const struct packet *origin_pkt, int l
|
||||
struct gre1_hdr *gre1 = NULL;
|
||||
struct raw_layer *curr_layer = NULL;
|
||||
struct raw_layer *last_layer = NULL;
|
||||
struct fingerprint finger = {0};
|
||||
struct fingerprint finger = {};
|
||||
calc_packet_fingerprint(&finger);
|
||||
for (int i = layer_count - 1; i >= 0; i--)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user