1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-08 16:23:49 +03:00

Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_client

This commit is contained in:
Volker Lendecke
2008-04-21 10:39:37 +02:00
parent 205c352cae
commit f665afaaa3
4 changed files with 71 additions and 58 deletions

View File

@@ -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;