Skip to content

Commit

Permalink
#1631 was closed as not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mpguerra committed May 19, 2023
1 parent 8ba4367 commit 725283b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zebra-network/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ impl<'de> Deserialize<'de> for Config {

let config = DConfig::deserialize(deserializer)?;

// TODO: perform listener DNS lookups asynchronously with a timeout (#1631)
let listen_addr = match config.listen_addr.parse::<SocketAddr>() {
Ok(socket) => Ok(socket),
Err(_) => match config.listen_addr.parse::<IpAddr>() {
Expand Down

0 comments on commit 725283b

Please sign in to comment.