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

ASF subversion and git services commented on QPID-5575:
-------------------------------------------------------

Commit 1570603 from [email protected] in branch 'qpid/trunk'
[ https://svn.apache.org/r1570603 ]

QPID-5575: csharp.map.receiver example throws referencing connectionOptions arg
Dereference proper arg.

> C++ .NET Binding csharp.map.receiver example throws referencing 
> connectionOptions arg
> -------------------------------------------------------------------------------------
>
>                 Key: QPID-5575
>                 URL: https://issues.apache.org/jira/browse/QPID-5575
>             Project: Qpid
>          Issue Type: Bug
>          Components: Dot Net Client
>    Affects Versions: 0.9
>         Environment: WinSDK examples
>            Reporter: Chuck Rolke
>            Assignee: Chuck Rolke
>
> Trivial indexing error
> {noformat}
> if (args.Length > 0)
>     url = args[0];
> if (args.Length > 1)
>     address = args[1];
> if (args.Length > 2)
>     connectionOptions = args[3];
> {noformat}
> connectionOptions should be args[2].



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to