adig: fix NAPTR parsing
authorPatrik Thunstrom <patrik.thunstrom@bassetglobal.com>
Fri, 12 Nov 2010 13:07:11 +0000 (14:07 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Nov 2010 13:09:00 +0000 (14:09 +0100)
commite9386cfd9f5fab2cfd68053daf83bab3f2e4af82
treeb34ff7984e534f136b9cdd3943b157057dc99d3e
parent6cc3521ec9b3f56b59b0976460ae1c4a66a188ee
adig: fix NAPTR parsing

I ran across a small "issue" in your adig example.

It is simply the last part of the NAPTR record, the replacement element,
which is not a string, as currently handled in adig, but a domain name.
adig.c