This commit is contained in:
PinkP4nther 2021-09-27 16:01:13 -07:00
commit 52a5e40748
2 changed files with 6 additions and 1 deletions

View file

@ -104,7 +104,10 @@ impl<H: HandlerCallbacks + std::marker::Sync + std::marker::Send + Clone + 'stat
let acceptor = acceptor.clone();
let handler_clone = self.handlers.as_ref().unwrap().clone();
let r_endpoint = remote_endpoint.clone();
//let r_endpoint = remote_endpoint.clone();
let r_host = rhost.clone();
let r_port = rport.clone();
let r_host = rhost.clone();
let r_port = rport.clone();