Skip to content

Commit a0eb6ae

Browse files
authored
Merge pull request #8 from nriley/fix-readonly
Fix read-only mode to allow opening files
2 parents 55ad580 + 05969a5 commit a0eb6ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/auth.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ int RW_CMDS[] =
1515

1616
int RW_FLAGS =
1717
TNFS_O_WRONLY |
18-
TNFS_O_RDWR |
1918
TNFS_O_APPEND |
2019
TNFS_O_CREAT |
2120
TNFS_O_TRUNC |

0 commit comments

Comments
 (0)