summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-02-13 17:24:15 +0000
committerRobert Greig <rgreig@apache.org>2007-02-13 17:24:15 +0000
commit1fba154ec0afcf73aaa58cb203a30919b907b4f0 (patch)
tree30dcdda349b820c4dde8eccf38972136b807284d
parentf1e37d08908f9dc1aa2728c8379091846bccbf13 (diff)
downloadqpid-python-1fba154ec0afcf73aaa58cb203a30919b907b4f0.tar.gz
(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
-rw-r--r--dotnet/Qpid.Client/Client/QpidConnectionInfo.cs2
1 files changed, 1 insertions, 1 deletions
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();