dns: remove nonexistant exports.ADNAME
authorRoman Reiss <me@silverwind.io>
Sun, 27 Sep 2015 11:59:53 +0000 (13:59 +0200)
committerMyles Borins <mborins@us.ibm.com>
Tue, 19 Jan 2016 19:52:38 +0000 (11:52 -0800)
commit253fe3e7c831142dc8b8cd2eb1824c8ddce6c575
tree09b9b7b555ace958cc4cf697f28fbe2e7986e80d
parentc4eeb88ba1ec45b7b934917ff855509ba3b5323a
dns: remove nonexistant exports.ADNAME

This error code export was mistakingly introduced in a 2012 commit which
added more error codes. The correct export.BADNAME was added in
https://github.com/nodejs/node/pull/3051.

Semver: Major
PR-URL: https://github.com/nodejs/node/pull/3051
Fixes: https://github.com/nodejs/node/issues/3050
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
lib/dns.js