From 33592bdcb97c05a85a9c5a8e11b351d63c326f0e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 20 Apr 2008 12:19:27 +0200 Subject: Refactoring: Move stuff around for creating a pipe (This used to be commit 45be749ed69f8c1ad3ebe8ea1f35c806db2ed5d0) --- source3/include/client.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source3/include') 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; -- cgit