mysql: initilize is_mariadb_client

This resolves issue 16850

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg 2020-09-16 14:15:38 +10:00
parent 194b3b406a
commit d02ddfb9b1
1 changed files with 1 additions and 0 deletions

View File

@ -2847,6 +2847,7 @@ dissect_mysql_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* dat
conn_data->frame_start_ssl= 0;
conn_data->frame_start_compressed= 0;
conn_data->compressed_state= MYSQL_COMPRESS_NONE;
conn_data->is_mariadb_client = 0;
conversation_add_proto_data(conversation, proto_mysql, conn_data);
}