summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client/Client
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-01-08 11:21:18 +0000
committerRobert Greig <rgreig@apache.org>2007-01-08 11:21:18 +0000
commit4b046df9a21bccd2d97bfcbfcb5106ce1435f409 (patch)
tree21c8f5ca952e30c47c66ae95e2649ce8db288af9 /dotnet/Qpid.Client/Client
parent3bea5ce7a5245c6e9a928033797a3c0b05307360 (diff)
downloadqpid-python-4b046df9a21bccd2d97bfcbfcb5106ce1435f409.tar.gz
Qpid-250.diff patch applied. Fixes the build to generate the framing layer from the defintive 0.8 spec in the /specs directory.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@494031 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Client/Client')
-rw-r--r--dotnet/Qpid.Client/Client/AmqChannel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotnet/Qpid.Client/Client/AmqChannel.cs b/dotnet/Qpid.Client/Client/AmqChannel.cs
index d6557a8ee5..ab598b4b27 100644
--- a/dotnet/Qpid.Client/Client/AmqChannel.cs
+++ b/dotnet/Qpid.Client/Client/AmqChannel.cs
@@ -756,7 +756,7 @@ namespace Qpid.Client
AMQFrame basicConsume = BasicConsumeBody.CreateAMQFrame(_channelId, 0,
queueName, tag, noLocal,
acknowledgeMode == AcknowledgeMode.NoAcknowledge,
- exclusive, true);
+ exclusive, true, new FieldTable());
_replayFrames.Add(basicConsume);