diff options
| author | Robert Greig <rgreig@apache.org> | 2007-02-13 17:24:15 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-02-13 17:24:15 +0000 |
| commit | 210506dca8fd9562265f29f7ec0dbe2c6cd4dd58 (patch) | |
| tree | 0b2a6b72089179559e463547c183e4aa0066a0a4 | |
| parent | 3c02c7504d1bd1e155288a4b98d8e412f7f87f0d (diff) | |
| download | qpid-python-210506dca8fd9562265f29f7ec0dbe2c6cd4dd58.tar.gz | |
(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
| -rw-r--r-- | qpid/dotnet/Qpid.Client/Client/QpidConnectionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
