mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3:rpc_client: fix comment
metze
This commit is contained in:
parent
bd2a7aac2c
commit
0c5cbb557b
@ -1018,7 +1018,7 @@ static NTSTATUS create_generic_auth_rpc_bind_req(struct rpc_pipe_client *cli,
|
||||
gensec_security = talloc_get_type_abort(cli->auth->auth_ctx,
|
||||
struct gensec_security);
|
||||
|
||||
DEBUG(5, ("create_generic_auth_rpc_bind_req: Processing NTLMSSP Negotiate\n"));
|
||||
DEBUG(5, ("create_generic_auth_rpc_bind_req: generate first token\n"));
|
||||
return gensec_update(gensec_security, mem_ctx, NULL, null_blob, auth_token);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user