@@ -87,14 +87,14 @@ SecurityManager::SecurityManager(
8787 , auth_last_sequence_number_(1 )
8888 , crypto_last_sequence_number_(1 )
8989 , temp_reader_proxies_({
90- participant->getRTPSParticipantAttributes ().allocation .locators .max_unicast_locators ,
91- participant->getRTPSParticipantAttributes ().allocation .locators .max_multicast_locators ,
92- participant->getRTPSParticipantAttributes ().allocation .data_limits ,
93- participant->getRTPSParticipantAttributes ().allocation .content_filter })
90+ participant->getRTPSParticipantAttributes ().allocation .locators .max_unicast_locators ,
91+ participant->getRTPSParticipantAttributes ().allocation .locators .max_multicast_locators ,
92+ participant->getRTPSParticipantAttributes ().allocation .data_limits ,
93+ participant->getRTPSParticipantAttributes ().allocation .content_filter })
9494 , temp_writer_proxies_({
95- participant->getRTPSParticipantAttributes ().allocation .locators .max_unicast_locators ,
96- participant->getRTPSParticipantAttributes ().allocation .locators .max_multicast_locators ,
97- participant->getRTPSParticipantAttributes ().allocation .data_limits })
95+ participant->getRTPSParticipantAttributes ().allocation .locators .max_unicast_locators ,
96+ participant->getRTPSParticipantAttributes ().allocation .locators .max_multicast_locators ,
97+ participant->getRTPSParticipantAttributes ().allocation .data_limits })
9898{
9999 assert (participant != nullptr );
100100 static OpenSSLInit openssl_init;
0 commit comments