1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-26 01:49:31 +03:00

s4:libcli: add a app_instance_id member to the smb2_create input struct

This commit is contained in:
Michael Adam
2012-09-07 12:06:05 +02:00
committed by Stefan Metzmacher
parent 50c10cbdce
commit 562719f75f

View File

@ -1743,7 +1743,9 @@ union smb_open {
NTTIME timewarp;
bool query_on_disk_id;
struct smb2_lease *lease_request;
struct GUID *app_instance_id;
/* and any additional blobs the caller wants */
struct smb2_create_blobs blobs;
} in;