mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 09:51:03 +08:00
[SAMSRV] SamrQueryInformationUser: Add missing break. CORE-17355
Addendum to 2f6a92c (r56820).
This commit is contained in:
committed by
Thomas Faber
parent
40bb3786b6
commit
3c4d6b0f9e
@@ -7457,6 +7457,7 @@ SamrQueryInformationUser(IN SAMPR_HANDLE UserHandle,
|
||||
case UserHomeInformation:
|
||||
Status = SampQueryUserHome(UserObject,
|
||||
Buffer);
|
||||
break;
|
||||
|
||||
case UserScriptInformation:
|
||||
Status = SampQueryUserScript(UserObject,
|
||||
|
||||
Reference in New Issue
Block a user