summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-06-12 08:53:36 +0000
committerDavid Disseldorp <ddiss@samba.org>2014-06-12 16:01:10 +0200
commit00573880e5f0362c3c442e82501bb0efe731ce7b (patch)
treeaf58a2acb906037ca735b990ee6c3da09e1458f8
parent2f15208126ee83ca21553b307c577cad7f3d7141 (diff)
downloadsamba-00573880e5f0362c3c442e82501bb0efe731ce7b.tar.gz
samba-00573880e5f0362c3c442e82501bb0efe731ce7b.tar.xz
samba-00573880e5f0362c3c442e82501bb0efe731ce7b.zip
leases: Fix uint32->hyper
Thanks to Noel Power <noel.power@suse.com> for finding this! Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Noel Power <noel.power@suse.com> [ddiss@samba.org: changed Noel's address, as requested] Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Thu Jun 12 16:01:10 CEST 2014 on sn-devel-104
-rw-r--r--librpc/idl/smb2_lease_struct.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/smb2_lease_struct.idl b/librpc/idl/smb2_lease_struct.idl
index ea28548956c..0c581d00989 100644
--- a/librpc/idl/smb2_lease_struct.idl
+++ b/librpc/idl/smb2_lease_struct.idl
@@ -26,7 +26,7 @@ interface smb2_lease_struct
smb2_lease_key lease_key;
smb2_lease_state lease_state;
uint32 lease_flags;
- uint32 lease_duration; /* should be 0 */
+ hyper lease_duration; /* should be 0 */
smb2_lease_key parent_lease_key;
uint16 lease_epoch;
} smb2_lease;