Skip to content

Commit 1c0a573

Browse files
author
David R. MacIver
committed
simple logic error when testing if a non-null broker had been set. Now passing WCF tests under windows
1 parent 512e34e commit 1c0a573

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/wcf/RabbitMQ.ServiceModel/src/serviceModel/RabbitMQTransportBindingElement.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ public Uri Broker
193193
if(value == null) m_hasBroker = false;
194194
else
195195
{
196+
m_hasBroker = true;
196197
m_connectionFactory.HostName = value.Host;
197198
m_connectionFactory.Port = value.Port;
198199
}

0 commit comments

Comments
 (0)