From 79cb8be064a21bdc691f21471f8f331d79906ad5 Mon Sep 17 00:00:00 2001 From: Michael Goulish Date: Wed, 6 Jul 2011 19:28:45 +0000 Subject: JIRA 3337 no more defaulting to guest/guest username/password qpidd.sasldb is no longer created -- users who want usernames and passwords in there must create it. but a local qpidd.sasldb is (before this change) being created for 'make check' testing. The etc/sasl2/qpidd.conf file now has an explicit mech list -- so we will no longer default to the system-list. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1143536 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/qmf-console/ping.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpp/examples/qmf-console/ping.cpp') diff --git a/cpp/examples/qmf-console/ping.cpp b/cpp/examples/qmf-console/ping.cpp index fe537d48d2..e6d6d138d5 100644 --- a/cpp/examples/qmf-console/ping.cpp +++ b/cpp/examples/qmf-console/ping.cpp @@ -31,9 +31,7 @@ using namespace qpid::console; int main_int(int /*argc*/, char** /*argv*/) { // - // Declare connection settings for the messaging broker. The settings default to - // localhost:5672 with user guest (password guest). Refer to the header file - // for full details. + // Declare connection settings for the messaging broker. // qpid::client::ConnectionSettings connSettings; -- cgit v1.2.1