Fix an inadvertant change to close_key()
git-svn-id: file:///home/svn/framework3/trunk@10878 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
1e4eed0559
commit
97d7290440
|
@ -107,7 +107,7 @@ class RegistryKey
|
|||
#
|
||||
def self.close(client, hkey)
|
||||
if hkey != nil
|
||||
return client.sys.registry.close_key(hkey, nil)
|
||||
return client.sys.registry.close_key(hkey)
|
||||
end
|
||||
|
||||
return false
|
||||
|
|
Loading…
Reference in New Issue