ndrdump - make "in_pipes" and "out_pipes" const
[kai/samba-autobuild/.git] / librpc / tools / ndrdump.c
index 284dbcedf9c0dcea3f94d26bdd25691401a697d8..01618d5d823679be698cd22671cdac85dde2c25e 100644 (file)
@@ -219,8 +219,8 @@ static NTSTATUS ndrdump_pull_and_print_pipes(const char *function,
                POPT_COMMON_VERSION
                { NULL }
        };
-       struct ndr_interface_call_pipes *in_pipes = NULL;
-       struct ndr_interface_call_pipes *out_pipes = NULL;
+       const struct ndr_interface_call_pipes *in_pipes = NULL;
+       const struct ndr_interface_call_pipes *out_pipes = NULL;
 
        ndr_table_init();