summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-04-21 10:39:37 +0200
committerVolker Lendecke <vl@samba.org>2008-04-25 11:12:50 +0200
commit9e9d40d0977add05ac65d35251c1a5986c721e48 (patch)
tree59ccf2c1c948d54ed8d062223a97b744473675ed /source3/include/client.h
parent501562f15cf1aa7798b0acefc7fb283cfb8c2b62 (diff)
downloadsamba-9e9d40d0977add05ac65d35251c1a5986c721e48.tar.gz
samba-9e9d40d0977add05ac65d35251c1a5986c721e48.tar.bz2
samba-9e9d40d0977add05ac65d35251c1a5986c721e48.zip
Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_client
(This used to be commit f665afaaa3eff9ef54112e08ed034a6e1bb30edc)
Diffstat (limited to 'source3/include/client.h')
-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 9cbfa51bb1..d866c09cce 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -77,7 +77,7 @@ struct rpc_pipe_client {
uint16 max_xmit_frag;
uint16 max_recv_frag;
- struct cli_pipe_auth_data auth;
+ struct cli_pipe_auth_data *auth;
/* The following is only non-null on a netlogon pipe. */
struct dcinfo *dc;