From 1fba154ec0afcf73aaa58cb203a30919b907b4f0 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/qpid@507109 13f79535-47bb-0310-9956-ffa450edef68 --- dotnet/Qpid.Client/Client/QpidConnectionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/Qpid.Client/Client/QpidConnectionInfo.cs b/dotnet/Qpid.Client/Client/QpidConnectionInfo.cs index 66bb549779..914170467a 100644 --- a/dotnet/Qpid.Client/Client/QpidConnectionInfo.cs +++ b/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