summaryrefslogtreecommitdiff
path: root/source3/lib/msrpc-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/msrpc-client.c')
-rw-r--r--source3/lib/msrpc-client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/msrpc-client.c b/source3/lib/msrpc-client.c
index ee3ee0adcc..867094a2c6 100644
--- a/source3/lib/msrpc-client.c
+++ b/source3/lib/msrpc-client.c
@@ -181,7 +181,7 @@ void msrpc_sockopt(struct msrpc_state *msrpc, char *options)
static BOOL msrpc_authenticate(struct msrpc_state *msrpc,
- const struct user_creds *usr)
+ struct user_creds *usr)
{
struct msrpc_state msrpc_redir;
@@ -247,7 +247,7 @@ static BOOL msrpc_authenticate(struct msrpc_state *msrpc,
static BOOL msrpc_init_redirect(struct msrpc_state *msrpc,
const char* pipe_name,
- const struct user_creds *usr)
+ struct user_creds *usr)
{
int sock;
fstring path;