From 7744a78e8f5c120c4eac13b0fa2f780de542ca26 Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Fri, 21 Feb 2014 15:19:57 +0000 Subject: QPID-5575: csharp.map.receiver example throws referencing connectionOptions arg Dereference proper arg. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570603 13f79535-47bb-0310-9956-ffa450edef68 --- .../qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.cs b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.cs index 5219ee789a..f8bd9e9294 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.cs +++ b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.cs @@ -43,7 +43,7 @@ namespace Org.Apache.Qpid.Messaging.examples 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 -- cgit v1.2.1