mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 06:21:55 +01:00
Add a missed return to fallbackdir_comment() in updateFallbackDirs.py
Closes ticket #20877.
This commit is contained in:
parent
ae89d9745d
commit
6ed8e3764b
1 changed files with 1 additions and 0 deletions
|
@ -1183,6 +1183,7 @@ class Candidate(object):
|
|||
s += '\n'
|
||||
s += '*/'
|
||||
s += '\n'
|
||||
return s
|
||||
|
||||
# output the fallback info C string for this fallback
|
||||
# this is the text that would go after FallbackDir in a torrc
|
||||
|
|
Loading…
Add table
Reference in a new issue