cli_netlogon: Rename "netlogon_creds" to "creds_ctx"
authorVolker Lendecke <vl@samba.org>
Tue, 5 Sep 2017 14:17:58 +0000 (16:17 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 25 Sep 2017 07:43:11 +0000 (09:43 +0200)
commita969fc99a83d84d1c8e54eb476738d3096155152
tree16093a06a9d04d1f0efbc06060392ace7a0bd352
parent863649653118adf4d46c76dd039dbec1a3682c7a
cli_netlogon: Rename "netlogon_creds" to "creds_ctx"

Trying to understand this code it's important for me to name variables
indicating their use: A netlogon_creds_cli_context is a context with access to
credentials, it's not the credentials itself.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/rpc_client/cli_netlogon.c
source3/rpc_client/cli_netlogon.h