Add a missed return to fallbackdir_comment() in updateFallbackDirs.py

Closes ticket #20877.
This commit is contained in:
teor 2016-09-22 06:48:08 +10:00
parent ae89d9745d
commit 6ed8e3764b
No known key found for this signature in database
GPG Key ID: 450CBA7F968F094B

View File

@ -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