diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-16 16:07:24 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-12-22 19:25:10 +0100 |
commit | 6391fff9dad8a2bd7033930e7d6ff5c8617701c6 (patch) | |
tree | 9ac96abf761a33af76cb3e397f71f4ebdfaaa7b9 /source3/rpc_client | |
parent | 0b7bc1c45c73beddc60e6da2fc415f2506b36e43 (diff) | |
download | samba-6391fff9dad8a2bd7033930e7d6ff5c8617701c6.tar.gz samba-6391fff9dad8a2bd7033930e7d6ff5c8617701c6.tar.bz2 samba-6391fff9dad8a2bd7033930e7d6ff5c8617701c6.zip |
s3-auth rename auth_ntlmssp_state -> auth_generic_state
This structure handles more than NTLMSSP now, at least when we are an AD DC
and so changing the name may avoid some confusion in the future.
Andrew Bartlett
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 8ee14d6262..8ea500db70 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -2265,7 +2265,7 @@ static NTSTATUS rpccli_ntlmssp_bind_data(TALLOC_CTX *mem_ctx, const char *password, struct pipe_auth_data **presult) { - struct auth_ntlmssp_state *ntlmssp_ctx; + struct auth_generic_state *ntlmssp_ctx; struct pipe_auth_data *result; NTSTATUS status; |