mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[WKSSVC] Fix returned error value in NetrWkstaUserGetInfo
This commit is contained in:
parent
2e7f8711e9
commit
1c1c4e5d94
1 changed files with 1 additions and 0 deletions
|
@ -845,6 +845,7 @@ NetrWkstaUserGetInfo(
|
|||
|
||||
default:
|
||||
ERR("\n");
|
||||
dwResult = ERROR_INVALID_LEVEL;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue