Skip to content

Commit

Permalink
dns: add missing exports.BADNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Sep 26, 2015
1 parent c22bcd3 commit 804e0c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dns.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ exports.NOTIMP = 'ENOTIMP';
exports.REFUSED = 'EREFUSED';
exports.BADQUERY = 'EBADQUERY';
exports.ADNAME = 'EADNAME';
exports.BADNAME = 'EBADNAME';
exports.BADFAMILY = 'EBADFAMILY';
exports.BADRESP = 'EBADRESP';
exports.CONNREFUSED = 'ECONNREFUSED';
Expand Down

0 comments on commit 804e0c2

Please sign in to comment.