summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/rpc_client/cli_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c
index 5733f40082..d4607d89c8 100644
--- a/source3/rpc_client/cli_pipe.c
+++ b/source3/rpc_client/cli_pipe.c
@@ -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);
}