diff options
author | Jeremy Allison <jra@samba.org> | 2008-11-17 14:13:20 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-11-17 14:13:20 -0800 |
commit | d8df43e65d507710de72c6743f43127ad14019fc (patch) | |
tree | 65c1cda2b08be544e02a5cfed6c30354afb38041 /source3/include | |
parent | a48abdaa811c76e64a3383fe970e62b7bbb3582c (diff) | |
download | samba-d8df43e65d507710de72c6743f43127ad14019fc.tar.gz samba-d8df43e65d507710de72c6743f43127ad14019fc.tar.bz2 samba-d8df43e65d507710de72c6743f43127ad14019fc.zip |
Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work.
Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 5f9203a21f..33425849d1 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -8459,7 +8459,8 @@ bool user_ok_token(const char *username, const char *domain, struct nt_user_token *token, int snum); bool is_share_read_only_for_token(const char *username, const char *domain, - struct nt_user_token *token, int snum); + struct nt_user_token *token, + connection_struct *conn); /* The following definitions come from smbd/srvstr.c */ |