diff --git a/src/common/zeroconf/roster_zeroconf.py b/src/common/zeroconf/roster_zeroconf.py index ea676ac23..1de058af7 100644 --- a/src/common/zeroconf/roster_zeroconf.py +++ b/src/common/zeroconf/roster_zeroconf.py @@ -67,6 +67,8 @@ class Roster: status = txt_dict['status'] else: status = '' + if not status: + status = 'avail' nm = '' if txt_dict.has_key('1st'): nm = txt_dict['1st']