diff options
Diffstat (limited to 'python/qpid/management.py')
| -rw-r--r-- | python/qpid/management.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/management.py b/python/qpid/management.py index fd60ac22cf..863e25e24c 100644 --- a/python/qpid/management.py +++ b/python/qpid/management.py @@ -534,7 +534,7 @@ class managementClient: def handleMethodReply (self, ch, codec, sequence): status = codec.read_uint32 () - sText = str (codec.read_str8 ()) + sText = str (codec.read_str16 ()) data = self.seqMgr.release (sequence) if data == None: |
