summaryrefslogtreecommitdiff
path: root/dns/asyncquery.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-08-22 10:43:49 -0700
committerBob Halley <halley@dnspython.org>2020-08-22 10:43:49 -0700
commit6fe02541577ef8113b60d1cadc49bd74efab0ff2 (patch)
tree07d5a9e4df12da3ae9f530c61dc6b77ca4249a15 /dns/asyncquery.py
parent8d2f1ba94c573ea3791572c5e7565c5c9d82a80d (diff)
downloaddnspython-6fe02541577ef8113b60d1cadc49bd74efab0ff2.tar.gz
remove parameters that are no longer used in inbound_xfr()
Diffstat (limited to 'dns/asyncquery.py')
-rw-r--r--dns/asyncquery.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/dns/asyncquery.py b/dns/asyncquery.py
index 5e879c6..702de37 100644
--- a/dns/asyncquery.py
+++ b/dns/asyncquery.py
@@ -352,8 +352,6 @@ async def tls(q, where, timeout=None, port=853, source=None, source_port=0,
async def inbound_xfr(where, txn_manager, query=None,
port=53, timeout=None, lifetime=None, source=None,
source_port=0, udp_mode=UDPMode.NEVER,
- keyring=None, keyname=None,
- keyalgorithm=dns.tsig.default_algorithm,
backend=None):
"""Conduct an inbound transfer and apply it via a transaction from the
txn_manager.