Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-06-12 15:08:57 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-06-12 15:08:57 (GMT)
commitceab093df04743862a075bfee3926f840b473f69 (patch)
tree8db1817c7a5b3f80a469c62bf5a65110fada6ab1
parent1ce29c2d7f3427861a2eb19351a5f7da8e93d619 (diff)
linklocal_plugin: retrieve key as byte array so it's in the right form for pubkey_to_keyid()
-rw-r--r--src/linklocal_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linklocal_plugin.py b/src/linklocal_plugin.py
index 1e98ac3..b60eb15 100644
--- a/src/linklocal_plugin.py
+++ b/src/linklocal_plugin.py
@@ -178,7 +178,7 @@ class LinkLocalPlugin(TelepathyPlugin):
if CONN_INTERFACE_BUDDY_INFO in self._conn:
props = self._conn[CONN_INTERFACE_BUDDY_INFO].GetProperties(
- handle)
+ handle, byte_arrays=True, utf8_strings=True)
key = props.get('key')
else:
key = None