separate queen's service of introduction-to-the-network from queen's service of providing-access-to-the-vdrive

This commit is contained in:
Zooko O'Whielacronx
2007-03-22 14:39:30 -07:00
parent ca33c8f848
commit c77eace162
3 changed files with 7 additions and 0 deletions

View File

@ -96,6 +96,7 @@ class Client(node.Node, Referenceable):
nodeid=self.nodeid,
node=self,
pburl=self.my_pburl)
d.addCallback(lambda x: queen.callRemote("get_global_vdrive"))
d.addCallback(self._got_vdrive_root)
def _got_vdrive_root(self, root):