1
0
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:
Stefan Metzmacher 2012-02-06 08:14:54 +01:00
parent bd2a7aac2c
commit 0c5cbb557b

View File

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