diff options
Diffstat (limited to 'python/qpid/delegates.py')
| -rw-r--r-- | python/qpid/delegates.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/delegates.py b/python/qpid/delegates.py index c958313671..f31d9a0f09 100644 --- a/python/qpid/delegates.py +++ b/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() |
