Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ZerXes
Tor
Commits
7746b071
Commit
7746b071
authored
Jul 09, 2018
by
Nick Mathewson
🐛
Browse files
Merge remote-tracking branch 'gsomlo/gls-single-da'
parents
4ff93dd9
97fad994
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/feature/nodelist/routerlist.c
View file @
7746b071
...
...
@@ -1806,6 +1806,9 @@ router_pick_dirserver_generic(smartlist_t *sourcelist,
const
routerstatus_t
*
choice
;
int
busy
=
0
;
if
(
smartlist_len
(
sourcelist
)
==
1
)
flags
|=
PDS_ALLOW_SELF
;
choice
=
router_pick_trusteddirserver_impl
(
sourcelist
,
type
,
flags
,
&
busy
);
if
(
choice
||
!
(
flags
&
PDS_RETRY_IF_NO_SERVERS
))
return
choice
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment