sources: reset reachability for offline sources
With the recent change allowing unreachable sources to remain selected, offline sources will now be selectable only for some time, similarly to online unreachable sources.
This commit is contained in:
parent
8f06245428
commit
5d7df69116
1 changed files with 0 additions and 4 deletions
|
@ -405,13 +405,9 @@ SRC_UpdateReachability(SRC_Instance inst, int reachable)
|
|||
void
|
||||
SRC_ResetReachability(SRC_Instance inst)
|
||||
{
|
||||
/* This should be disabled until source selection is modified to keep
|
||||
a peer selected even when not reachable */
|
||||
#if 0
|
||||
inst->reachability = 0;
|
||||
inst->reachability_size = 0;
|
||||
SRC_UpdateReachability(inst, 0);
|
||||
#endif
|
||||
}
|
||||
|
||||
/* ================================================== */
|
||||
|
|
Loading…
Reference in a new issue