]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Reduce duplication of common DNS code.
authorMark Michelson <mmichelson@digium.com>
Thu, 9 Apr 2015 14:58:02 +0000 (14:58 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 9 Apr 2015 14:58:02 +0000 (14:58 +0000)
commitc08ebc6eeb4d68609d2b7ba3e7eb97e66a24da00
treec878c52e2b28f776466183cfba4470966c94ff2f
parentea0098724efbd64a06b3103d19bb5f711f6f3cd7
Reduce duplication of common DNS code.

The NAPTR and SRV branches were worked on independently and
resulted in some code being duplicated in each. Since both
have been merged into trunk now, this patch reduces the
duplication by factoring out common code into its own
source files.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@434490 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/dns_internal.h
include/asterisk/dns_test.h [new file with mode: 0644]
main/dns_core.c
main/dns_naptr.c
main/dns_srv.c
main/dns_test.c [new file with mode: 0644]
tests/test_dns_naptr.c
tests/test_dns_srv.c