mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: fsext: FsextProvider testing
This commit is contained in:
@ -306,6 +306,7 @@ NTSTATUS FspRegistryGetValue(PUNICODE_STRING Path, PUNICODE_STRING ValueName,
|
||||
goto exit;
|
||||
|
||||
Result = STATUS_SUCCESS;
|
||||
/* NOTE: also converts STATUS_BUFFER_OVERFLOW to STATUS_SUCCESS */
|
||||
|
||||
exit:
|
||||
if (0 != Handle)
|
||||
|
Reference in New Issue
Block a user