From 97302100d0935653df3da593277b4e356cccf96b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 26 Mar 2014 22:42:19 +0100 Subject: [PATCH] dcerpc.idl: fix typo s/ist/int Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- librpc/idl/dcerpc.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.11.4.GIT