diff options
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r-- | source4/librpc/rpc/dcerpc.h | 2 |
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 { |