Skip to content
Snippets Groups Projects
Commit 3180de88 authored by Per Hedbor's avatar Per Hedbor
Browse files

Fixed bug with __NT__ in DNS

Rev: lib/modules/Protocols.pmod/DNS.pmod:1.27
parent 2c05a0cf
No related branches found
No related tags found
No related merge requests found
...@@ -229,7 +229,7 @@ class client { ...@@ -229,7 +229,7 @@ class client {
}),string key) }),string key)
{ {
catch { catch {
return RegGetValue(HKEY_LOCAL_MACHINE, key, value); return RegGetValue(HKEY_LOCAL_MACHINE, key, val);
}; };
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment