Skip to content

Commit

Permalink
Refs 11113. Property renamed to correct value.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Apr 7, 2021
1 parent d0def78 commit 92b408a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/DDSCodeTester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ void dds_domain_examples()

// Enable pull mode
wqos.properties().properties().emplace_back(
"pushMode",
"fastdds.push_mode",
"false");
//!--
}
Expand Down
2 changes: 1 addition & 1 deletion code/XMLTester.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2921,7 +2921,7 @@
<properties>
<!-- Enable pull mode -->
<property>
<name>pushMode</name>
<name>fastdds.push_mode</name>
<value>false</value>
</property>
</properties>
Expand Down
1 change: 0 additions & 1 deletion docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ preallocation
preconfigure
preprocessor
programmatically
pushMode
QoS
QosPolicyCount
quadratically
Expand Down

0 comments on commit 92b408a

Please sign in to comment.