summaryrefslogtreecommitdiffstats
path: root/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-03-26 22:42:19 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-03-28 08:34:24 +0100
commit97302100d0935653df3da593277b4e356cccf96b (patch)
tree6358f7bc5dd20386495ffd9068c6bea868e14707 /librpc
parenta496c18997f1f9a600981d20b8204fe471afd8e0 (diff)
downloadsamba-97302100d0935653df3da593277b4e356cccf96b.tar.gz
samba-97302100d0935653df3da593277b4e356cccf96b.tar.xz
samba-97302100d0935653df3da593277b4e356cccf96b.zip
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')
-rw-r--r--librpc/idl/dcerpc.idl2
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 */