bakaid commented on a change in pull request #744: MINIFICPP-1171 - Fix "%ll" 
format strings in log lines
URL: https://github.com/apache/nifi-minifi-cpp/pull/744#discussion_r388881557
 
 

 ##########
 File path: libminifi/include/FlowControlProtocol.h
 ##########
 @@ -261,7 +262,7 @@ class FlowControlProtocol {
   // NiFi server Name
   std::string _serverName;
   // NiFi server port
-  int64_t _serverPort;
+  uint16_t _serverPort;
 
 Review comment:
   Yes!

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


With regards,
Apache Git Services

Reply via email to