summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-04-20 12:19:27 +0200
committerVolker Lendecke <vl@samba.org>2008-04-20 14:08:10 +0200
commit33592bdcb97c05a85a9c5a8e11b351d63c326f0e (patch)
treed5695c5e4e322820bd6adb1f7f3f9bdf240ef0b0 /source3/include/client.h
parentf56eedb95c64593ceff0ef91b99729c5071aa7ac (diff)
downloadsamba-33592bdcb97c05a85a9c5a8e11b351d63c326f0e.tar.gz
samba-33592bdcb97c05a85a9c5a8e11b351d63c326f0e.tar.bz2
samba-33592bdcb97c05a85a9c5a8e11b351d63c326f0e.zip
Refactoring: Move stuff around for creating a pipe
(This used to be commit 45be749ed69f8c1ad3ebe8ea1f35c806db2ed5d0)
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;