From 99265c0430cbafc857cdff327bc61939c46286f9 Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Sun, 17 Sep 2006 14:45:58 +0000 Subject: [PATCH] add fake store_metacontacts method --- src/common/zeroconf/connection_handlers_zeroconf.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/common/zeroconf/connection_handlers_zeroconf.py b/src/common/zeroconf/connection_handlers_zeroconf.py index 12d46ab3a..758a181e2 100644 --- a/src/common/zeroconf/connection_handlers_zeroconf.py +++ b/src/common/zeroconf/connection_handlers_zeroconf.py @@ -294,7 +294,12 @@ class ConnectionHandlersZeroconf(ConnectionVcard): dic[i]['values'] = [dic[i]['options'][0]['values'][0]] i += 1 return dic - + + def store_metacontacts(self, tags): + ''' fake empty method ''' + # serverside metacontacts are not supported with zeroconf + # (there is no server) + pass def remove_transfers_for_contact(self, contact): ''' stop all active transfer for contact ''' '''for file_props in self.files_props.values():