mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
samba-tool/dns: Fix a typo in ttl variable name
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
aad5eeb9b4
commit
8543a7b9b3
@ -424,7 +424,7 @@ class PTRRecord(dnsserver.DNS_RPC_RECORD):
|
||||
self.wType = dnsp.DNS_TYPE_PTR
|
||||
self.dwFlags = rank | node_flag
|
||||
self.dwSerial = serial
|
||||
self.dwTtleSeconds = ttl
|
||||
self.dwTtlSeconds = ttl
|
||||
self._ptr = ptr[:]
|
||||
ptr_name = dnsserver.DNS_RPC_NAME()
|
||||
ptr_name.str = self._ptr
|
||||
|
Loading…
Reference in New Issue
Block a user