diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-14 12:21:21 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-14 12:21:21 +0000 |
commit | a05882b34beffae26723a6b22a467ab10ee28dfe (patch) | |
tree | 43d4d5adff04920d67c95e238cb1ddc3074ef842 /source4/librpc/idl | |
parent | b356f3e43e360a409cd30fac97a0902d9b7ef11f (diff) | |
download | samba-a05882b34beffae26723a6b22a467ab10ee28dfe.tar.gz samba-a05882b34beffae26723a6b22a467ab10ee28dfe.tar.bz2 samba-a05882b34beffae26723a6b22a467ab10ee28dfe.zip |
fixed fragmented signed connections to our rpc server over SMB
(This used to be commit f5df126c254bcb96dfb42096d7247215c7e7a89a)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/dcerpc.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index afe4b3003f..cf195b6aea 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -36,6 +36,7 @@ interface dcerpc const uint8 DCERPC_REQUEST_LENGTH = 24; + const uint8 DCERPC_MAX_SIGN_SIZE = 32; typedef struct { uint32 alloc_hint; |