summaryrefslogtreecommitdiffstats
path: root/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-06-26 10:35:20 +0000
committerMichael Adam <obnox@samba.org>2014-06-26 17:29:59 +0200
commitb0f5fa42ffb0d142b0a8134bd2f36ab92847a874 (patch)
treef86bfbfaebce335797242cdbfd8b510bfadb2058 /librpc
parent55ff3a3b912a911cb33b47f55be2966fbbbde2d8 (diff)
downloadsamba-b0f5fa42ffb0d142b0a8134bd2f36ab92847a874.tar.gz
samba-b0f5fa42ffb0d142b0a8134bd2f36ab92847a874.tar.xz
samba-b0f5fa42ffb0d142b0a8134bd2f36ab92847a874.zip
smb2: Fix smb2_lease_state
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Thu Jun 26 17:30:00 CEST 2014 on sn-devel-104
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/smb2_lease_struct.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/smb2_lease_struct.idl b/librpc/idl/smb2_lease_struct.idl
index 0c581d0098..be80d14783 100644
--- a/librpc/idl/smb2_lease_struct.idl
+++ b/librpc/idl/smb2_lease_struct.idl
@@ -18,8 +18,8 @@ interface smb2_lease_struct
typedef [public,bitmap32bit] bitmap {
SMB2_LEASE_READ = 0x01,
- SMB2_LEASE_WRITE = 0x02,
- SMB2_LEASE_HANDLE = 0x04
+ SMB2_LEASE_HANDLE = 0x02,
+ SMB2_LEASE_WRITE = 0x04
} smb2_lease_state;
typedef [public] struct {