Move the DNS tsig update to using struct sockaddr_storage
authorJeremy Allison <jra@samba.org>
Tue, 8 Jan 2008 21:11:12 +0000 (13:11 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 8 Jan 2008 21:11:12 +0000 (13:11 -0800)
commit7ca33d1112f415a41ed48be02a7f732a2c640ff7
tree75e8fb14d3277c0d3bf02fe5d7f094a6245d26ea
parent791fe3119ef1756fc476b17b8c590241bee5de2e
Move the DNS tsig update to using struct sockaddr_storage
from struct in_addr. Still only does IPv4 updates but now
it'll be easy to add IPv6 when we have time.
Jeremy.
(This used to be commit ac3a433befca2c6b674fc7e7f2f2c700d78b0a0c)
source3/libaddns/dns.h
source3/libaddns/dnsrecord.c
source3/utils/net_dns.c