Merge remote-tracking branch 'dechamps/staticfix' into 1.1
This commit is contained in:
commit
9e71b74ed8
1 changed files with 1 additions and 1 deletions
|
@ -1135,7 +1135,7 @@ static void try_tx_sptps(node_t *n, bool mtu) {
|
|||
/* If we do have a static relay, try everything with that one instead. */
|
||||
|
||||
if(via != n)
|
||||
try_tx_sptps(via, mtu);
|
||||
return try_tx_sptps(via, mtu);
|
||||
|
||||
/* Otherwise, try to establish UDP connectivity. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue