mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-22 04:18:23 +00:00
add a note
This commit is contained in:
parent
d302a98672
commit
c88409afc5
@ -605,6 +605,10 @@ class _Client(node.Node, pollmixin.PollMixin):
|
||||
ss.setServiceParent(self)
|
||||
|
||||
grid_manager_certificates = []
|
||||
|
||||
# XXX this is probably a bad idea for multiple fnames -- what
|
||||
# about spaces in filenames?
|
||||
|
||||
cert_fnames = self.get_config("storage", "grid_manager_certificate_files", "")
|
||||
for fname in cert_fnames.split():
|
||||
fname = self.config.get_config_path(fname.decode('ascii'))
|
||||
|
Loading…
Reference in New Issue
Block a user