mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[SAMSRV] SamrQueryInformationUser: Add missing break. CORE-17355
Addendum to 2f6a92c
(r56820).
This commit is contained in:
parent
40bb3786b6
commit
3c4d6b0f9e
1 changed files with 1 additions and 0 deletions
|
@ -7457,6 +7457,7 @@ SamrQueryInformationUser(IN SAMPR_HANDLE UserHandle,
|
|||
case UserHomeInformation:
|
||||
Status = SampQueryUserHome(UserObject,
|
||||
Buffer);
|
||||
break;
|
||||
|
||||
case UserScriptInformation:
|
||||
Status = SampQueryUserScript(UserObject,
|
||||
|
|
Loading…
Reference in a new issue