diff options
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/smb_interfaces.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/include/smb_interfaces.h b/source4/include/smb_interfaces.h index 2f5373702c..30e5efe97e 100644 --- a/source4/include/smb_interfaces.h +++ b/source4/include/smb_interfaces.h @@ -1078,7 +1078,8 @@ union smb_fsinfo { enum open_level {RAW_OPEN_OPEN, RAW_OPEN_OPENX, - RAW_OPEN_MKNEW, RAW_OPEN_CTEMP, RAW_OPEN_SPLOPEN, + RAW_OPEN_MKNEW, RAW_OPEN_CREATE, + RAW_OPEN_CTEMP, RAW_OPEN_SPLOPEN, RAW_OPEN_NTCREATEX, RAW_OPEN_T2OPEN}; /* the generic interface is defined to be equal to the NTCREATEX interface */ @@ -1213,7 +1214,7 @@ union smb_open { struct { uint16 fnum; } out; - } mknew; + } mknew, create; /* SMBctemp interface */ struct { |