This commit is contained in:
Anatoly Yakovenko 2018-05-23 15:22:15 -07:00 committed by Greg Fitzgerald
parent f1988ee1e3
commit 65352ce8e7
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ fn main() {
}
fn mk_client(client_addr: &mut SocketAddr, r: &ReplicatedData) -> ThinClient {
let port = client_addr.port():
let port = client_addr.port();
let c = client_addr.clone();
let events_socket = UdpSocket::bind(c).unwrap();
let mut addr = events_socket.local_addr().unwrap();