diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-03-26 22:42:19 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-03-28 08:34:24 +0100 |
commit | 97302100d0935653df3da593277b4e356cccf96b (patch) | |
tree | 6358f7bc5dd20386495ffd9068c6bea868e14707 /librpc/idl/dcerpc.idl | |
parent | a496c18997f1f9a600981d20b8204fe471afd8e0 (diff) | |
download | samba-97302100d0935653df3da593277b4e356cccf96b.tar.gz |
dcerpc.idl: fix typo s/ist/int
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
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 631ad7ea7d7..dc6ec8b0bfa 100644 --- a/librpc/idl/dcerpc.idl +++ b/librpc/idl/dcerpc.idl @@ -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 */ |