From 49346a8c7b6017f4fed65171d4e109cbf769bf80 Mon Sep 17 00:00:00 2001 From: Kenneth Anthony Giusti Date: Wed, 7 Dec 2011 21:50:47 +0000 Subject: QPID-3667: do not set the user-id header in the messages if the connection does not provide a proper user-id git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1211654 13f79535-47bb-0310-9956-ffa450edef68 --- extras/qmf/src/py/qmf/console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/qmf/src/py/qmf/console.py b/extras/qmf/src/py/qmf/console.py index f0fba2db04..e8be643c0f 100644 --- a/extras/qmf/src/py/qmf/console.py +++ b/extras/qmf/src/py/qmf/console.py @@ -2438,7 +2438,7 @@ class Broker(Thread): if uid.__class__ == tuple and len(uid) == 2: self.saslUser = uid[1] else: - self.saslUser = self.authUser + self.saslUser = None # prevent topic queues from filling up (and causing the agents to # disconnect) by discarding the oldest queued messages when full. -- cgit v1.2.1