summaryrefslogtreecommitdiff
path: root/lib/chef/win32/security/token.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/win32/security/token.rb')
-rw-r--r--lib/chef/win32/security/token.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/win32/security/token.rb b/lib/chef/win32/security/token.rb
index f8b6790d44..38ef03b33c 100644
--- a/lib/chef/win32/security/token.rb
+++ b/lib/chef/win32/security/token.rb
@@ -55,7 +55,7 @@ class Chef
def adjust_privileges(privileges_struct)
if privileges_struct[:PrivilegeCount] > 0
- Chef::ReservedNames::Win32::Security::adjust_token_privileges(self, privileges_struct)
+ Chef::ReservedNames::Win32::Security.adjust_token_privileges(self, privileges_struct)
end
end