dcerpc.idl: fix typo 0x800000000 => 0x80000000
authorStefan Metzmacher <metze@samba.org>
Wed, 8 Dec 2010 18:01:45 +0000 (19:01 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 8 Dec 2010 19:13:03 +0000 (20:13 +0100)
metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed Dec  8 20:13:03 CET 2010 on sn-devel-104

librpc/idl/dcerpc.idl

index 68838ad0102cd18e5bc600d2d16fd26ee35b7578..712d3a2e5d8531e851f35b80be0b8d329c969fe7 100644 (file)
@@ -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 */