Skip to content

Commit

Permalink
Merge pull request #14834 from omoerbeek/rec-coverity-20241111
Browse files Browse the repository at this point in the history
rec: fix coverity 1564914 (afaiks harmless)
  • Loading branch information
omoerbeek authored Nov 11, 2024
2 parents 68281ba + e7e24d8 commit eaf5b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdns/recursordist/rec-xfr.hh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ struct ZoneXFRParams
TSIGTriplet tsigtriplet;
size_t maxReceivedMBytes{0};
size_t zoneSizeHint{0};
size_t zoneIdx;
uint32_t refreshFromConf;
size_t zoneIdx{0};
uint32_t refreshFromConf{0};
uint16_t xfrTimeout{20};
};

Expand Down

0 comments on commit eaf5b9c

Please sign in to comment.