librpc:ndr: Introduce ‘ndr_flags_type’ type
[vlendec/samba-autobuild/.git] / librpc / tools / ndrdump.c
index a81d8062443e258e447d2bcd1c6090c7d1dbb7dc..528e1fa5473c21f4a09f5f1c8fe488e5c4c2f52a 100644 (file)
@@ -280,7 +280,7 @@ static void ndr_print_dummy(struct ndr_print *ndr, const char *format, ...)
        struct ndr_pull *ndr_pull;
        struct ndr_print *ndr_print;
        TALLOC_CTX *mem_ctx;
-       int flags = 0;
+       ndr_flags_type flags = 0;
        poptContext pc;
        NTSTATUS status;
        enum ndr_err_code ndr_err;