diff options
| author | Gordon Sim <gsim@apache.org> | 2008-05-09 07:45:50 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-05-09 07:45:50 +0000 |
| commit | 367283cac64f43994c6932d39e954cc02027b9d0 (patch) | |
| tree | 083a85355efe87abc0bccde772af5de8e2afa076 /qpid/python | |
| parent | 062946f63f3ac11056ef61e1a4d031411f92c7c5 (diff) | |
| download | qpid-python-367283cac64f43994c6932d39e954cc02027b9d0.tar.gz | |
Make ANONYMOUS the default mechanism
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654712 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rw-r--r-- | qpid/python/qpid/delegates.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/qpid/delegates.py b/qpid/python/qpid/delegates.py index c958313671..f31d9a0f09 100644 --- a/qpid/python/qpid/delegates.py +++ b/qpid/python/qpid/delegates.py @@ -129,7 +129,7 @@ class Client(Delegate): self.connection.read_header() def connection_start(self, ch, start): - ch.connection_start_ok(client_properties=Client.PROPERTIES) + ch.connection_start_ok(client_properties=Client.PROPERTIES, mechanism="ANONYMOUS") def connection_tune(self, ch, tune): ch.connection_tune_ok() |
