summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-04-19 23:03:16 +0200
committerVolker Lendecke <vl@samba.org>2008-04-20 00:14:13 +0200
commit9048cafbeaf82d1916de6538024fd660612dd25f (patch)
treed7d2c803aa474b97273b339f1b578f0e9591bac2 /source3/include
parent4c857010e7113d99028cf8d7fac5e5b95c400fb3 (diff)
downloadsamba-9048cafbeaf82d1916de6538024fd660612dd25f.tar.gz
samba-9048cafbeaf82d1916de6538024fd660612dd25f.tar.bz2
samba-9048cafbeaf82d1916de6538024fd660612dd25f.zip
Move srv_name_slash from cli_state to rpc_pipe_client
(This used to be commit a9061e52e1ff8e31aa480f4a30cda64c9d93214e)
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;