diff options
author | Andreas Schneider <asn@cynapses.org> | 2010-09-09 11:35:50 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2010-09-09 16:00:08 +0200 |
commit | 0d9fa9e96fd85fab6b51a590612ad2385617f972 (patch) | |
tree | 87c3c5ac18132fdbf7496c3bda4fd30386000df8 /source3/include | |
parent | 669213e812340896d5fa5dbfb7e3180255af297a (diff) | |
download | samba-0d9fa9e96fd85fab6b51a590612ad2385617f972.tar.gz samba-0d9fa9e96fd85fab6b51a590612ad2385617f972.tar.bz2 samba-0d9fa9e96fd85fab6b51a590612ad2385617f972.zip |
s3-rpcint: Make auth_serversupplied_info const.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index e5aff683c6..335af1fbc7 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4168,12 +4168,12 @@ NTSTATUS rpc_pipe_open_ncalrpc(TALLOC_CTX *mem_ctx, const char *socket_path, struct pipes_struct *make_internal_rpc_pipe_p(TALLOC_CTX *mem_ctx, const struct ndr_syntax_id *syntax, struct client_address *client_id, - struct auth_serversupplied_info *server_info, + const struct auth_serversupplied_info *server_info, struct messaging_context *msg_ctx); NTSTATUS rpcint_binding_handle(TALLOC_CTX *mem_ctx, const struct ndr_interface_table *ndr_table, struct client_address *client_id, - struct auth_serversupplied_info *server_info, + const struct auth_serversupplied_info *server_info, struct messaging_context *msg_ctx, struct dcerpc_binding_handle **binding_handle); NTSTATUS rpc_pipe_open_internal(TALLOC_CTX *mem_ctx, |