Skip to content

Commit 5a43c6c

Browse files
committed
FUSE - Fix FuseGetFileSecurity comment
1 parent feeacb5 commit 5a43c6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dokan_fuse/src/dokanfuse.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ static DOKAN_OPERATIONS dokanOperations = {
471471
GetVolumeInformation,
472472
FuseMounted,
473473
FuseUnmounted,
474-
nullptr, // FuseGetFileSecurity
474+
nullptr, // GetFileSecurity
475475
nullptr, // SetFileSecurity
476476
};
477477

0 commit comments

Comments
 (0)