Skip to content

Commit 680dda8

Browse files
committed
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: #3051 Fixes: #3050 Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
1 parent 24fe112 commit 680dda8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/dns.js

-1
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)