fix zeroconf

This commit is contained in:
Yann Leboulanger 2009-07-10 16:15:09 +02:00
parent 72ed0a7339
commit 7bfcf169e4
1 changed files with 3 additions and 0 deletions

View File

@ -588,6 +588,9 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf):
_('Connection to host could not be established: Timeout while '
'sending data.'), None, None, session])
def load_roster_from_db(self):
return
# END ConnectionZeroconf
# vim: se ts=3: