diff options
| author | Alan Conway <aconway@apache.org> | 2010-01-06 17:02:32 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-01-06 17:02:32 +0000 |
| commit | 7b4b3ada283a92fad3c23c8f76fa47ca9a00b50a (patch) | |
| tree | 0214893cfc6956c0fbb7a37c5f2de2f12ffad62b /cpp/src/qpid/cluster/ClusterSettings.h | |
| parent | 48452ef0b0b8b7d5a5a700aac95a9ed53f95c76e (diff) | |
| download | qpid-python-7b4b3ada283a92fad3c23c8f76fa47ca9a00b50a.tar.gz | |
Revert "Make cluster update work out of the box without special authentication options."
This reverts revision 885870
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@896541 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterSettings.h')
| -rw-r--r-- | cpp/src/qpid/cluster/ClusterSettings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/ClusterSettings.h b/cpp/src/qpid/cluster/ClusterSettings.h index d37c7792bf..8e708aa139 100644 --- a/cpp/src/qpid/cluster/ClusterSettings.h +++ b/cpp/src/qpid/cluster/ClusterSettings.h @@ -36,7 +36,7 @@ struct ClusterSettings { std::string username, password, mechanism; size_t size; - ClusterSettings() : quorum(false), readMax(10), mechanism("ANONYMOUS"), size(1) + ClusterSettings() : quorum(false), readMax(10), size(1) {} Url getUrl(uint16_t port) const { |
