We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NV Domain
1 parent 05c8ccd commit da14f1fCopy full SHA for da14f1f
ext/win32/resolv/lib/resolv.rb
@@ -82,7 +82,7 @@ def get_info
82
nvdom = get_item_property(TCPIP_NT, 'NV Domain')
83
84
unless nvdom.empty?
85
- @search = [ nvdom ]
+ search = [ nvdom ]
86
udmnd = get_item_property(TCPIP_NT, 'UseDomainNameDevolution').to_i
87
if udmnd != 0
88
if /^\w+\./ =~ nvdom
0 commit comments