You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Evan Kuhn (JIRA)" <ji...@apache.org> on 2010/11/19 22:09:25 UTC

[jira] Updated: (AMQCPP-331) Small typo in TcpTransportFactory.cpp

     [ https://issues.apache.org/activemq/browse/AMQCPP-331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Evan Kuhn updated AMQCPP-331:
-----------------------------

    Description: 
In /main/activemq/transport/tcp/TcpTransportFactory.cpp line 98, "trnasport" should be "transport":

if( properties.getProperty( "trnasport.useInactivityMonitor", "true" ) == "true" ) {
  transport.reset( new InactivityMonitor( transport, properties, wireFormat ) );
}


  was:
In /main/activemq/transport/tcp/TcpTransportFactory.cpp line 98, "trnasport" should be "transport":

        if( properties.getProperty( "trnasport.useInactivityMonitor", "true" ) == "true" ) {
            transport.reset( new InactivityMonitor( transport, properties, wireFormat ) );
        }



> Small typo in TcpTransportFactory.cpp
> -------------------------------------
>
>                 Key: AMQCPP-331
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-331
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: CMS Impl
>    Affects Versions: 3.2.3
>         Environment: Windows XP SP2
>            Reporter: Evan Kuhn
>            Assignee: Timothy Bish
>            Priority: Trivial
>
> In /main/activemq/transport/tcp/TcpTransportFactory.cpp line 98, "trnasport" should be "transport":
> if( properties.getProperty( "trnasport.useInactivityMonitor", "true" ) == "true" ) {
>   transport.reset( new InactivityMonitor( transport, properties, wireFormat ) );
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.