From 210506dca8fd9562265f29f7ec0dbe2c6cd4dd58 Mon Sep 17 00:00:00 2001 From: Robert Greig Date: Tue, 13 Feb 2007 17:24:15 +0000 Subject: (Submitted by Rupert Smith and Tomas Restrepo) Qpid-344 patches. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@507109 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/dotnet/Qpid.Client/Client/QpidConnectionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qpid/dotnet/Qpid.Client/Client/QpidConnectionInfo.cs b/qpid/dotnet/Qpid.Client/Client/QpidConnectionInfo.cs index 66bb549779..914170467a 100644 --- a/qpid/dotnet/Qpid.Client/Client/QpidConnectionInfo.cs +++ b/qpid/dotnet/Qpid.Client/Client/QpidConnectionInfo.cs @@ -360,7 +360,7 @@ namespace Qpid.Client { string _username = "guest"; string _password = "guest"; - string _virtualHost = "/default"; + string _virtualHost = "/"; string _failoverMethod = null; IDictionary _failoverOptions = new Hashtable(); -- cgit v1.2.1