1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-22 16:23:49 +03:00

Implement SMBexit properly. Found by Samba4 tester. You must do a make

clean proto all; after this commit.
Jeremy.
This commit is contained in:
Jeremy Allison
-
parent 8a5c97fa07
commit 27af1f9fea
4 changed files with 24 additions and 0 deletions

View File

@@ -392,6 +392,7 @@ typedef struct files_struct
SMB_BIG_UINT initial_allocation_size; /* Faked up initial allocation on disk. */
SMB_BIG_UINT position_information;
mode_t mode;
uint16 file_pid;
uint16 vuid;
write_bmpx_struct *wbmpx_ptr;
write_cache *wcp;