From 65dfc40a4adc41fc45e48d96631238817cef8394 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 20 Jul 2008 10:21:14 +0200 Subject: Store copies of the syntax ids in rpc_pipe_client (This used to be commit 848a3497e385090b4b21837c8d0e0313f5c062e5) --- source3/include/client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include') 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; -- cgit