summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index d9f4727203..5cfc9a6f92 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -68,11 +68,11 @@ struct rpc_pipe_client {
const struct ndr_syntax_id *abstract_syntax;
const struct ndr_syntax_id *transfer_syntax;
- const char *desthost;
- const char *srv_name_slash;
+ char *desthost;
+ char *srv_name_slash;
- const char *domain;
- const char *user_name;
+ char *domain;
+ char *user_name;
struct pwd_info pwd;
uint16 max_xmit_frag;