mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-22 14:59:09 +00:00
minor reading issues
This commit is contained in:
parent
0e654eb4bd
commit
3879e04327
1 changed files with 1 additions and 0 deletions
|
@ -1167,6 +1167,7 @@ impl<'a> TunToProxy<'a> {
|
||||||
// Hardware or software interrupt, continue polling.
|
// Hardware or software interrupt, continue polling.
|
||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
|
*is_closed = true;
|
||||||
return Err(error.into());
|
return Err(error.into());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue