lordgamez commented on code in PR #1377:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1377#discussion_r931957551
##########
libminifi/src/c2/C2Client.cpp:
##########
@@ -177,7 +177,7 @@ std::shared_ptr<state::response::ResponseNode>
C2Client::loadC2ResponseConfigura
std::static_pointer_cast<state::response::ObjectNode>(prev_node)->add_node(new_node);
}
} else {
- std::string optionName = option + "." + name;
+ std::string optionName =
std::string(option).append(".").append(name);
Review Comment:
Good idea, updated in 3b7a34d4fbb31fbb01acfa3654723ea05239f0fa
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]