patch from dkirov to fix TB with gaim presences
This commit is contained in:
parent
96f19e9c10
commit
39688db977
|
@ -124,6 +124,8 @@ class Zeroconf:
|
||||||
key += c
|
key += c
|
||||||
else:
|
else:
|
||||||
val += c
|
val += c
|
||||||
|
if val is None: # missing '='
|
||||||
|
val = ''
|
||||||
txt_dict[key] = val.decode('utf-8')
|
txt_dict[key] = val.decode('utf-8')
|
||||||
return txt_dict
|
return txt_dict
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue