mirror of
https://github.com/reactos/reactos.git
synced 2025-03-01 03:45:16 +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:
|
default:
|
||||||
ERR("\n");
|
ERR("\n");
|
||||||
|
dwResult = ERROR_INVALID_LEVEL;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue