JKornev/hidden

Typo in function FltDirCtrlPreOperation?

FlyAs opened this issue · 2 comments

FlyAs commented

Line 155 of source file FsFilter.c:
return FLT_POSTOP_FINISHED_PROCESSING;

Should be?:
return FLT_PREOP_SUCCESS_NO_CALLBACK;

Hi,

Thanks for the bug-report, fixed.