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.
2 parents dac45f8 + da14f1f commit 808d75aCopy full SHA for 808d75a
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