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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user