Skip to content

Commit

Permalink
Refs 20508: Fix xml parsing
Browse files Browse the repository at this point in the history
Signed-off-by: Jesus Perez <[email protected]>
  • Loading branch information
jepemi committed Apr 8, 2024
1 parent 5729baa commit 5726e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpp/rtps/xmlparser/XMLParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ XMLP_ret XMLParser::parseXMLCommonTransportData(
strcmp(name, LOGICAL_PORT_INCREMENT) == 0 || strcmp(name, LISTENING_PORTS) == 0 ||
strcmp(name, CALCULATE_CRC) == 0 || strcmp(name, CHECK_CRC) == 0 ||
strcmp(name, ENABLE_TCP_NODELAY) == 0 || strcmp(name, TLS) == 0 ||
strcmp(name, TCP_NEGOTIATION_TIMEOUT) == 0 ||
strcmp(name, NON_BLOCKING_SEND) == 0 ||
strcmp(name, SEGMENT_SIZE) == 0 || strcmp(name, PORT_QUEUE_CAPACITY) == 0 ||
strcmp(name, PORT_OVERFLOW_POLICY) == 0 || strcmp(name, SEGMENT_OVERFLOW_POLICY) == 0 ||
Expand Down

0 comments on commit 5726e69

Please sign in to comment.