FlyAs opened this issue 3 years ago · 2 comments
Line 155 of source file FsFilter.c: return FLT_POSTOP_FINISHED_PROCESSING;
return FLT_POSTOP_FINISHED_PROCESSING;
Should be?: return FLT_PREOP_SUCCESS_NO_CALLBACK;
return FLT_PREOP_SUCCESS_NO_CALLBACK;
Hi,
Thanks for the bug-report, fixed.
1e965bb