Tests: Update expected ConfigStruct size

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2023-01-02 20:54:02 +01:00
parent ab5722e2a4
commit cde28a0dca
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD
1 changed files with 1 additions and 1 deletions

View File

@ -3289,7 +3289,7 @@ void FTL_dnsmasq_log(const char *payload, const int length)
int check_struct_sizes(void)
{
int result = 0;
result += check_one_struct("ConfigStruct", sizeof(ConfigStruct), 232, 180);
result += check_one_struct("ConfigStruct", sizeof(ConfigStruct), 248, 188);
result += check_one_struct("queriesData", sizeof(queriesData), 72, 64);
result += check_one_struct("upstreamsData", sizeof(upstreamsData), 640, 628);
result += check_one_struct("clientsData", sizeof(clientsData), 672, 652);