diff options
author | Tim Potter <tpot@samba.org> | 2003-07-23 07:14:33 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-07-23 07:14:33 +0000 |
commit | 3f3e2a8f49e05986eca28fe5c33dc75ec93dab2e (patch) | |
tree | 7212cad2854a41b9a00315ab6dbcae9b07148346 /source3/rpc_client | |
parent | 80b46fd6cf5b480ec5656158152b1ab33630c356 (diff) | |
download | samba-3f3e2a8f49e05986eca28fe5c33dc75ec93dab2e.tar.gz samba-3f3e2a8f49e05986eca28fe5c33dc75ec93dab2e.tar.bz2 samba-3f3e2a8f49e05986eca28fe5c33dc75ec93dab2e.zip |
Fix out of date comment.
(This used to be commit 2e5bd1665430768b06da99beba5ac11a59c9bf07)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_netlogon.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/rpc_client/cli_netlogon.c b/source3/rpc_client/cli_netlogon.c index 831101ed81..7b8cd19174 100644 --- a/source3/rpc_client/cli_netlogon.c +++ b/source3/rpc_client/cli_netlogon.c @@ -332,8 +332,7 @@ NTSTATUS cli_netlogon_logon_ctrl2(struct cli_state *cli, TALLOC_CTX *mem_ctx, } /**************************************************************************** -Generate the next creds to use. Yuck - this is a cut&paste from another -file. They should be combined at some stage. )-: +Generate the next creds to use. ****************************************************************************/ static void gen_next_creds( struct cli_state *cli, DOM_CRED *new_clnt_cred) |