From 3180de88c234fbf56a20cda09c709fd337f1ed36 Mon Sep 17 00:00:00 2001 From: Per Hedbor <ph@opera.com> Date: Thu, 29 Oct 1998 01:45:35 +0100 Subject: [PATCH] Fixed bug with __NT__ in DNS Rev: lib/modules/Protocols.pmod/DNS.pmod:1.27 --- lib/modules/Protocols.pmod/DNS.pmod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/Protocols.pmod/DNS.pmod b/lib/modules/Protocols.pmod/DNS.pmod index 940d77f0a4..08172ca7e8 100644 --- a/lib/modules/Protocols.pmod/DNS.pmod +++ b/lib/modules/Protocols.pmod/DNS.pmod @@ -229,7 +229,7 @@ class client { }),string key) { catch { - return RegGetValue(HKEY_LOCAL_MACHINE, key, value); + return RegGetValue(HKEY_LOCAL_MACHINE, key, val); }; } } -- GitLab