diff options
| author | Volker Lendecke <vl@samba.org> | 2013-08-21 13:56:14 +0000 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-08-11 21:11:16 +0200 |
| commit | 446de4f680fad224f88c3373d92f8dd4caf8172d (patch) | |
| tree | d05840100edc263c400842cae5851b4bd5f75958 /source3/printing | |
| parent | 86f914679f5a817bfb890995f2fc0beeeb765b88 (diff) | |
| download | samba-446de4f680fad224f88c3373d92f8dd4caf8172d.tar.gz samba-446de4f680fad224f88c3373d92f8dd4caf8172d.tar.xz samba-446de4f680fad224f88c3373d92f8dd4caf8172d.zip | |
vfs3: Pass "lease" through SMB_VFS_CREATE_FILE
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/printing')
| -rw-r--r-- | source3/printing/nt_printing.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index b76badf3f0..3a3a3396c8 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -531,6 +531,7 @@ static int file_version_is_newer(connection_struct *conn, fstring new_file, fstr 0, /* create_options */ FILE_ATTRIBUTE_NORMAL, /* file_attributes */ INTERNAL_OPEN_ONLY, /* oplock_request */ + NULL, /* lease */ 0, /* allocation_size */ 0, /* private_flags */ NULL, /* sd */ @@ -584,6 +585,7 @@ static int file_version_is_newer(connection_struct *conn, fstring new_file, fstr 0, /* create_options */ FILE_ATTRIBUTE_NORMAL, /* file_attributes */ INTERNAL_OPEN_ONLY, /* oplock_request */ + NULL, /* lease */ 0, /* allocation_size */ 0, /* private_flags */ NULL, /* sd */ @@ -762,6 +764,7 @@ static uint32 get_correct_cversion(struct auth_session_info *session_info, 0, /* create_options */ FILE_ATTRIBUTE_NORMAL, /* file_attributes */ INTERNAL_OPEN_ONLY, /* oplock_request */ + NULL, /* lease */ 0, /* private_flags */ 0, /* allocation_size */ NULL, /* sd */ |
