Skip to content

Commit da14f1f

Browse files
committed
win32/resolv: fix loading of NV Domain
1 parent 05c8ccd commit da14f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/win32/resolv/lib/resolv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_info
8282
nvdom = get_item_property(TCPIP_NT, 'NV Domain')
8383

8484
unless nvdom.empty?
85-
@search = [ nvdom ]
85+
search = [ nvdom ]
8686
udmnd = get_item_property(TCPIP_NT, 'UseDomainNameDevolution').to_i
8787
if udmnd != 0
8888
if /^\w+\./ =~ nvdom

0 commit comments

Comments
 (0)