mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
dcerpc.idl: fix typo s/ist/int
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
a496c18997
commit
97302100d0
@ -521,7 +521,7 @@ interface dcerpc
|
||||
/* Cancel was pending at sender */
|
||||
const int DCERPC_PFC_FLAG_PENDING_CANCEL =
|
||||
DCERPC_PFC_FLAG_PENDING_CANCEL_OR_HDR_SIGNING;
|
||||
const ist DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN =
|
||||
const int DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN =
|
||||
DCERPC_PFC_FLAG_PENDING_CANCEL_OR_HDR_SIGNING;
|
||||
|
||||
/* these offsets are needed by the signing code */
|
||||
|
Loading…
x
Reference in New Issue
Block a user