Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpx40 committed Feb 25, 2024
1 parent c221315 commit b4ba972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion central/rsrem/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ impl Connection {
dont_fragment: true,
};
// let mut ip_addr: IpAddr = Ipv4Addr::new(127, 0, 0, 1);
let mut ip_addr = IpAddr::V4("127.0.0.1".parse().unwrap());
let mut ip_addr: IpAddr;
if ip.contains(":") {
ip_addr = IpAddr::V6(ip.parse().unwrap());
} else {
Expand Down

0 comments on commit b4ba972

Please sign in to comment.