dcerpc.idl: fix typo s/ist/int
authorStefan Metzmacher <metze@samba.org>
Wed, 26 Mar 2014 21:42:19 +0000 (22:42 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 28 Mar 2014 07:34:24 +0000 (08:34 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/idl/dcerpc.idl

index 631ad7ea7d77cb8b2041429dc523c7ea8aa7e0c1..dc6ec8b0bfaa7453512c2feea2d87e3777779817 100644 (file)
@@ -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 */