X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Freader.rs;h=967d71774a898cf0a1fc004fe23a2dea79c2d7a7;hb=b133f38bd61ba96876d1d8c31d606b6c812dbc61;hp=0098ef4e7d2c2c69326293a5624060787239cc65;hpb=588be32d9817a67933417836c870d30d3aaf3448;p=dnsseed-rust diff --git a/src/reader.rs b/src/reader.rs index 0098ef4..967d717 100644 --- a/src/reader.rs +++ b/src/reader.rs @@ -91,7 +91,6 @@ pub fn read(store: &'static Store, printer: &'static Printer, bgp_client: Arc store.set_u64(U64Setting::ConnsPerSec, try_parse_next_chunk!(u64)), "t" => store.set_u64(U64Setting::RunTimeout, try_parse_next_chunk!(u64)), "v" => store.set_u64(U64Setting::MinProtocolVersion, try_parse_next_chunk!(u64)), "w" => store.set_u64(U64Setting::WasGoodTimeout, try_parse_next_chunk!(u64)),