diff options
Diffstat (limited to 'cpp/lib')
-rw-r--r-- | cpp/lib/client/Connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |