From 80402d895157dc5907e8fc84fa67378182cefc39 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 12 Feb 2007 10:52:55 +0000 Subject: Changed default virtual host to "" (was "/"). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@506409 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/client/Connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/lib/client') diff --git a/cpp/lib/client/Connection.h b/cpp/lib/client/Connection.h index 57286092af..2f9b35d5ef 100644 --- a/cpp/lib/client/Connection.h +++ b/cpp/lib/client/Connection.h @@ -145,7 +145,7 @@ class Connection : public ConnectionForChannel void open(const std::string& host, int port = 5672, const std::string& uid = "guest", const std::string& pwd = "guest", - const std::string& virtualhost = "/"); + const std::string& virtualhost = ""); /** * Close the connection with optional error information for the peer. -- cgit v1.2.1