Skip to content

Commit 55a1f94

Browse files
silverwindrvagg
authored andcommitted
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 #3051. Semver: Major PR-URL: #3051Fixes: #3050 Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
1 parent 6ee5d0f commit 55a1f94

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎lib/dns.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ exports.NOTFOUND = 'ENOTFOUND';
330330
exports.NOTIMP='ENOTIMP';
331331
exports.REFUSED='EREFUSED';
332332
exports.BADQUERY='EBADQUERY';
333-
exports.ADNAME='EADNAME';
334333
exports.BADNAME='EBADNAME';
335334
exports.BADFAMILY='EBADFAMILY';
336335
exports.BADRESP='EBADRESP';

0 commit comments

Comments
 (0)