Github user phrocker commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/364#discussion_r199121963
  
    --- Diff: main/MiNiFiMain.cpp ---
    @@ -71,7 +71,7 @@ int main(int argc, char **argv) {
       std::string nifi_configuration_class_name = "yamlconfiguration";
       std::string content_repo_class = "filesystemrepository";
     
    -  running = sem_open("MiNiFiMain", O_CREAT, 0644, 0);
    +  running = sem_open("/MiNiFiMain", O_CREAT, 0644, 0);
    --- End diff --
    
    Merging to get this closed, but created 
https://issues.apache.org/jira/browse/MINIFICPP-548 for the labels and logging


---

Reply via email to