summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/rpc/dcerpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h
index fdd17fcbb3..c5cf07ddba 100644
--- a/source4/librpc/rpc/dcerpc.h
+++ b/source4/librpc/rpc/dcerpc.h
@@ -86,7 +86,7 @@ struct dcerpc_interface_call {
struct dcerpc_endpoint_list {
uint32 count;
- const char **names;
+ const char * const *names;
};
struct dcerpc_interface_table {