We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f53db9 commit 22c4663Copy full SHA for 22c4663
Core/Tools/Launcher/patch.cpp
@@ -364,7 +364,6 @@ void Shutdown_Computer_Now(void)
364
365
// Get the LUID for the shutdown privilege.
366
LookupPrivilegeValue(nullptr, SE_SHUTDOWN_NAME, &tkp.Privileges[0].Luid);
367
- &tkp.Privileges[0].Luid);
368
369
tkp.PrivilegeCount = 1; // one privilege to set
370
tkp.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED;
0 commit comments