fix compile error
This commit is contained in:
parent
20fc294a36
commit
0d026373db
4 changed files with 17 additions and 8 deletions
|
|
@ -145,7 +145,7 @@ impl<C: Crypto> Server<C> {
|
|||
};
|
||||
info!("send attempt {}", n);
|
||||
|
||||
self.socket
|
||||
this.socket
|
||||
.send_to(&data, conn.addr.regular_socket_addr)
|
||||
.await;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue