Skip to content

Commit

Permalink
FUSE - Fix FuseGetFileSecurity comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Nov 27, 2020
1 parent feeacb5 commit 5a43c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dokan_fuse/src/dokanfuse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ static DOKAN_OPERATIONS dokanOperations = {
GetVolumeInformation,
FuseMounted,
FuseUnmounted,
nullptr, // FuseGetFileSecurity
nullptr, // GetFileSecurity
nullptr, // SetFileSecurity
};

Expand Down

0 comments on commit 5a43c6c

Please sign in to comment.