diff options
author | Volker Lendecke <vl@samba.org> | 2008-04-21 10:39:37 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-04-25 11:12:50 +0200 |
commit | 9e9d40d0977add05ac65d35251c1a5986c721e48 (patch) | |
tree | 59ccf2c1c948d54ed8d062223a97b744473675ed /source3/include | |
parent | 501562f15cf1aa7798b0acefc7fb283cfb8c2b62 (diff) | |
download | samba-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')
-rw-r--r-- | source3/include/client.h | 2 |
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; |