diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-02-06 08:14:54 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-02-16 15:18:41 +0100 |
commit | 0c5cbb557bf5577825230740985cf75483797042 (patch) | |
tree | 3a57864eb25783e27c923467b76a09a97744ae93 /source3/rpc_client | |
parent | bd2a7aac2c131f9875d3f555784e4c869a159ca5 (diff) | |
download | samba-0c5cbb557bf5577825230740985cf75483797042.tar.gz samba-0c5cbb557bf5577825230740985cf75483797042.tar.bz2 samba-0c5cbb557bf5577825230740985cf75483797042.zip |
s3:rpc_client: fix comment
metze
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 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); } |