From 9048cafbeaf82d1916de6538024fd660612dd25f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 19 Apr 2008 23:03:16 +0200 Subject: Move srv_name_slash from cli_state to rpc_pipe_client (This used to be commit a9061e52e1ff8e31aa480f4a30cda64c9d93214e) --- source3/include/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/client.h') diff --git a/source3/include/client.h b/source3/include/client.h index 02575e4109..af03e2bb60 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -67,6 +67,7 @@ struct rpc_pipe_client { uint16 fnum; const char *desthost; + const char *srv_name_slash; const char *domain; const char *user_name; @@ -123,7 +124,6 @@ struct cli_state { int privileges; fstring desthost; - fstring srv_name_slash; /* The credentials used to open the cli_state connection. */ fstring domain; -- cgit