diff options
author | Volker Lendecke <vl@samba.org> | 2008-06-15 13:37:53 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-06-15 13:37:53 +0200 |
commit | d49de28f1154140f63670cfbf5093cdee6f16eb0 (patch) | |
tree | a0307d31c687482458946b0e3c86e8383d72ca74 /source3/include | |
parent | 3a5e1cacf1495a37143b15725c5d226088b2473a (diff) | |
download | samba-d49de28f1154140f63670cfbf5093cdee6f16eb0.tar.gz samba-d49de28f1154140f63670cfbf5093cdee6f16eb0.tar.bz2 samba-d49de28f1154140f63670cfbf5093cdee6f16eb0.zip |
Remove the current_user reference from fake_file.c
The current vuid is not only available there, it is also in the current
smb_request structure.
(This used to be commit c8fd5eef32a86888c7a28317f0fdf717a26b7d4c)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index dfde0c750a..4bdf808ff7 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -9629,6 +9629,7 @@ void reply_unix_error(struct smb_request *req, uint8 defclass, uint32 defcode, enum FAKE_FILE_TYPE is_fake_file(const char *fname); NTSTATUS open_fake_file(connection_struct *conn, + uint16_t current_vuid, enum FAKE_FILE_TYPE fake_file_type, const char *fname, uint32 access_mask, |