Skip to content

Commit d432f1c

Browse files
jhelovuodanieleades
andcommitted
Update src/dds/rtps_reader_proxy.rs
Co-authored-by: danieleades <[email protected]>
1 parent 09adc12 commit d432f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dds/rtps_reader_proxy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impl RtpsReaderProxy {
8585
.unwrap_or_default();
8686
let multicast_locator_list = self_locators
8787
.remove(&USER_TRAFFIC_MUL_LISTENER_TOKEN)
88-
.unwrap_or_else(Vec::new);
88+
.unwrap_or_default();
8989

9090
RtpsReaderProxy {
9191
remote_reader_guid: reader.guid,

0 commit comments

Comments
 (0)