Repair error in sync handling

This commit is contained in:
Tony Garnock-Jones 2023-01-09 09:20:58 +01:00
parent 5ca6bdb3bb
commit b5564979f0
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ impl TunnelRelay {
peer: Arc::clone(&peer), peer: Arc::clone(&peer),
pins, pins,
}); });
t.sync(&peer.underlying, k); target.sync(t, k);
} }
} }
} }