Skip to content

Commit 23eeaf6

Browse files
author
Emile Joubert
committed
Merge typo
1 parent 8e1a4ea commit 23eeaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public RabbitMQBinding(String hostname, int port,
118118
this.Port = port;
119119
this.Transport.Username = username;
120120
this.Transport.Password = password;
121-
this.Transport.VirtualHost;
121+
this.Transport.VirtualHost = virtualhost;
122122
this.MaxMessageSize = maxMessageSize;
123123

124124
}

0 commit comments

Comments
 (0)