diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-12-08 19:01:45 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-12-08 20:13:03 +0100 |
commit | 461d100a355038b6925e8b061e4d848fc380dd52 (patch) | |
tree | ea14391bdc97cbccb4b742e1b00443daa1995b6f /librpc/idl/dcerpc.idl | |
parent | cfef64a5b08828dfa1120e75878a8dc823c13f83 (diff) | |
download | samba-461d100a355038b6925e8b061e4d848fc380dd52.tar.gz samba-461d100a355038b6925e8b061e4d848fc380dd52.tar.bz2 samba-461d100a355038b6925e8b061e4d848fc380dd52.zip |
dcerpc.idl: fix typo 0x800000000 => 0x80000000
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed Dec 8 20:13:03 CET 2010 on sn-devel-104
Diffstat (limited to 'librpc/idl/dcerpc.idl')
-rw-r--r-- | librpc/idl/dcerpc.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/dcerpc.idl b/librpc/idl/dcerpc.idl index 68838ad010..712d3a2e5d 100644 --- a/librpc/idl/dcerpc.idl +++ b/librpc/idl/dcerpc.idl @@ -310,7 +310,7 @@ interface dcerpc /* RTS command: 0x4 */ typedef [public] struct { - [range(0x20000,0x800000000)] uint32 ChannelLifetime; + [range(0x20000,0x80000000)] uint32 ChannelLifetime; } dcerpc_rts_cmd_ChannelLifetime; /* RTS command: 0x5 */ |