Merge remote-tracking branch 'dechamps/staticfix' into 1.1

This commit is contained in:
Guus Sliepen 2015-04-12 15:34:50 +02:00
commit 9e71b74ed8

View file

@ -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. */