adam-markovics commented on a change in pull request #1042:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1042#discussion_r624923671



##########
File path: libminifi/src/FlowController.cpp
##########
@@ -302,6 +302,10 @@ void FlowController::load(const 
std::shared_ptr<core::ProcessGroup> &root, bool
       this->root_ = std::shared_ptr<core::ProcessGroup>(loadInitialFlow());
     }
 
+    if (root) {
+      root_->verify();

Review comment:
       Yes, we should. Big thanks for noticing the typo!




-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to