[ 
https://issues.apache.org/jira/browse/MINIFICPP-653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16666545#comment-16666545
 ] 

ASF GitHub Bot commented on MINIFICPP-653:
------------------------------------------

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

    https://github.com/apache/nifi-minifi-cpp/pull/427#discussion_r228763777
  
    --- Diff: docker/test/integration/minifi/__init__.py ---
    @@ -664,8 +674,8 @@ def nifi_flow_xml(connectable, nifi_version=None, 
root=None, visited=None):
             input_port_max_concurrent_tasks = Element('maxConcurrentTasks')
             input_port_max_concurrent_tasks.text = '1'
             input_port.append(input_port_max_concurrent_tasks)
    -
    -        res.iterfind('rootGroup').next().append(input_port)
    +        next( res.iterfind('rootGroup') ).append(input_port)
    +        """ res.iterfind('rootGroup').next().append(input_port) """
    --- End diff --
    
    Guess these are meant to be removed.


> Log message will segfault client if no content produced
> -------------------------------------------------------
>
>                 Key: MINIFICPP-653
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-653
>             Project: NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Mr TheSegfault
>            Assignee: Mr TheSegfault
>            Priority: Blocker
>
> Log message will segfault client if no content produced



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to