You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2014/02/21 16:19:58 UTC

svn commit: r1570603 - /qpid/trunk/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.cs

Author: chug
Date: Fri Feb 21 15:19:57 2014
New Revision: 1570603

URL: http://svn.apache.org/r1570603
Log:
QPID-5575: csharp.map.receiver example throws referencing connectionOptions arg
Dereference proper arg.


Modified:
    qpid/trunk/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.cs

Modified: qpid/trunk/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.cs
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.cs?rev=1570603&r1=1570602&r2=1570603&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.cs (original)
+++ qpid/trunk/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.cs Fri Feb 21 15:19:57 2014
@@ -43,7 +43,7 @@ namespace Org.Apache.Qpid.Messaging.exam
             if (args.Length > 1)
                 address = args[1];
             if (args.Length > 2)
-                connectionOptions = args[3];
+                connectionOptions = args[2];
 
             //
             // Create and open an AMQP connection to the broker URL



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org