summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/client.h2
1 files changed, 1 insertions, 1 deletions
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;