diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-08-11 18:14:51 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-08-11 18:15:59 +0200 |
commit | 0965b22ec561588201a3a79f1f1e316834c8ce0b (patch) | |
tree | 76c3707909a1376c5a54d2fb46bd4774018f8373 /source4/librpc | |
parent | 97f59cb1902eec0fba610da6c13d7089ea7d7576 (diff) | |
download | samba-0965b22ec561588201a3a79f1f1e316834c8ce0b.tar.gz samba-0965b22ec561588201a3a79f1f1e316834c8ce0b.tar.bz2 samba-0965b22ec561588201a3a79f1f1e316834c8ce0b.zip |
dcerpc.idl: remove used DCERPC_MAX_SIGN_SIZE
metze
(This used to be commit 54b873e49ff363609632fa2862208bf6b4c1b6ed)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/dcerpc.idl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index 0fb94e9672..1c6574b11b 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -30,7 +30,6 @@ interface dcerpc } dcerpc_bind; const uint8 DCERPC_REQUEST_LENGTH = 24; - const uint8 DCERPC_MAX_SIGN_SIZE = 64; typedef struct { } dcerpc_empty; |