20 Dec
2016
20 Dec
'16
11:38 p.m.
commit 6ed8e3764b3c58f3f35402b2eacd03849baa73c8 Author: teor <teor2345@gmail.com> Date: Thu Sep 22 06:48:08 2016 +1000 Add a missed return to fallbackdir_comment() in updateFallbackDirs.py Closes ticket #20877. --- scripts/maint/updateFallbackDirs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/maint/updateFallbackDirs.py b/scripts/maint/updateFallbackDirs.py index 110ecda..094cbd8 100755 --- a/scripts/maint/updateFallbackDirs.py +++ b/scripts/maint/updateFallbackDirs.py @@ -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