Skip to content

Commit

Permalink
Initialize opendds_user_tag_ in DiscoveredParticipant's default const…
Browse files Browse the repository at this point in the history
…ructor
  • Loading branch information
mitza-oci committed Jul 24, 2024
1 parent 97f9b7a commit 8c707f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dds/DCPS/RTPS/DiscoveredEntities.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ struct DiscoveredParticipant {
: location_ih_(DDS::HANDLE_NIL)
, bit_ih_(DDS::HANDLE_NIL)
, seq_reset_count_(0)
, opendds_user_tag_(0)
#if OPENDDS_CONFIG_SECURITY
, have_spdp_info_(false)
, have_sedp_info_(false)
Expand Down

0 comments on commit 8c707f5

Please sign in to comment.