fix: error in rebase
This commit is contained in:
@@ -192,7 +192,7 @@ impl<P: ConnectionProvider> AsyncResolver<P> {
|
|||||||
/// documentation for `AsyncResolver` for more information on how to use
|
/// documentation for `AsyncResolver` for more information on how to use
|
||||||
/// the background future.
|
/// the background future.
|
||||||
pub fn new_with_conn(config: ResolverConfig, options: ResolverOpts, conn_provider: P) -> Self {
|
pub fn new_with_conn(config: ResolverConfig, options: ResolverOpts, conn_provider: P) -> Self {
|
||||||
let pool = ServerPool::from_config_with_provider(&config, &options, conn_provider);
|
let pool = NameServerPool::from_config_with_provider(&config, &options, conn_provider);
|
||||||
let either;
|
let either;
|
||||||
let client = RetryDnsHandle::new(pool, options.attempts);
|
let client = RetryDnsHandle::new(pool, options.attempts);
|
||||||
if options.validate {
|
if options.validate {
|
||||||
|
Reference in New Issue
Block a user