Skip to content

Commit

Permalink
doc: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
de-sh committed Sep 8, 2023
1 parent 6ee5e67 commit c9c4605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uplink/src/base/bridge/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ impl Bridge {
.ok_or_else(|| Error::NoRoute(action.name.clone()))?;

let duration = route.try_send(action.clone()).map_err(|_| Error::UnresponsiveReceiver)?;
// current action left unchanged in case of forwarded action bein
// current action left unchanged in case of new tunshell action
if action.name == TUNSHELL_ACTION {
self.parallel_actions.insert(action.action_id);
return Ok(());
Expand Down

0 comments on commit c9c4605

Please sign in to comment.