Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
Fix errors after rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
canndrew committed Feb 15, 2016
1 parent fc0b63d commit a6d83c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/mapped_udp_socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use std::collections::HashSet;
use igd;
use time;
use ip::{SocketAddrExt, IpAddr};
use maidsafe_utilities::serialisation::{deserialise, serialise};
use maidsafe_utilities::serialisation::deserialise;
use socket_addr::SocketAddr;
use w_result::{WResult, WOk, WErr};

Expand Down
3 changes: 1 addition & 2 deletions src/simple_udp_hole_punch_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@
//! NAT traversal utilities.

use std::io;
use std::net;
use std::net::UdpSocket;
use std::time::Duration;
use std::sync::Arc;
use std::sync::atomic::{AtomicBool, Ordering};

use maidsafe_utilities::serialisation::{deserialise, serialise};
use maidsafe_utilities::serialisation::serialise;
use maidsafe_utilities::thread::RaiiThreadJoiner;
use w_result::{WResult, WOk, WErr};

Expand Down

0 comments on commit a6d83c2

Please sign in to comment.