summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-07-20 10:21:14 +0200
committerVolker Lendecke <vl@samba.org>2008-07-20 17:06:21 +0200
commit65dfc40a4adc41fc45e48d96631238817cef8394 (patch)
tree10a9734271476e4aac16057780f8c2fde48f308f /source3/include/client.h
parent66669bad4384086c91c833db78d70b8aac7a4f04 (diff)
downloadsamba-65dfc40a4adc41fc45e48d96631238817cef8394.tar.gz
samba-65dfc40a4adc41fc45e48d96631238817cef8394.tar.bz2
samba-65dfc40a4adc41fc45e48d96631238817cef8394.zip
Store copies of the syntax ids in rpc_pipe_client
(This used to be commit 848a3497e385090b4b21837c8d0e0313f5c062e5)
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index c5882e34b6..9276948dac 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -76,8 +76,8 @@ struct rpc_pipe_client {
} sock;
} trans ;
- const struct ndr_syntax_id *abstract_syntax;
- const struct ndr_syntax_id *transfer_syntax;
+ struct ndr_syntax_id abstract_syntax;
+ struct ndr_syntax_id transfer_syntax;
char *desthost;
char *srv_name_slash;