Revert marking offline sources as unreachable
This commit is contained in:
parent
bca7819247
commit
e79584bb9e
1 changed files with 4 additions and 0 deletions
|
@ -368,8 +368,12 @@ SRC_UpdateReachability(SRC_Instance inst, int reachable)
|
||||||
void
|
void
|
||||||
SRC_ResetReachability(SRC_Instance inst)
|
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 = 0;
|
||||||
SRC_UpdateReachability(inst, 0);
|
SRC_UpdateReachability(inst, 0);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
Loading…
Reference in a new issue