diff options
author | Alan Conway <aconway@apache.org> | 2010-08-23 21:04:33 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-08-23 21:04:33 +0000 |
commit | 50ed4bea1348e2a8f7e2df82cb3148798862011c (patch) | |
tree | 0eeebc6ccb64b770313dea786766e89eaa15e949 /cpp/src/qpid/cluster/ClusterPlugin.cpp | |
parent | 867cc757efb2341a1293f2daa412b8aacd75c515 (diff) | |
download | qpid-python-50ed4bea1348e2a8f7e2df82cb3148798862011c.tar.gz |
Check for and abort invalid catchup connections.
Detect attempt to make a catch-up connection while we are not expecting an update.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@988312 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterPlugin.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/ClusterPlugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/ClusterPlugin.cpp b/cpp/src/qpid/cluster/ClusterPlugin.cpp index 75c8d328cf..2962daaa07 100644 --- a/cpp/src/qpid/cluster/ClusterPlugin.cpp +++ b/cpp/src/qpid/cluster/ClusterPlugin.cpp @@ -63,7 +63,7 @@ struct ClusterOptions : public Options { addOptions() ("cluster-name", optValue(settings.name, "NAME"), "Name of cluster to join") ("cluster-url", optValue(settings.url,"URL"), - "URL of this broker, advertized to the cluster.\n" + "Set URL of this individual broker, to be advertized to clients.\n" "Defaults to a URL listing all the local IP addresses\n") ("cluster-username", optValue(settings.username, ""), "Username for connections between brokers") ("cluster-password", optValue(settings.password, ""), "Password for connections between brokers") |