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.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;