rpc_client: Fix wording in a DEBUG statement
authorVolker Lendecke <vl@samba.org>
Wed, 18 Oct 2017 11:26:07 +0000 (13:26 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 19 Oct 2017 02:57:44 +0000 (04:57 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Oct 19 04:57:44 CEST 2017 on sn-devel-144

source3/rpc_client/cli_netlogon.c

index 19b81a5f5a93c96fff009ade395c540e085bbe48..616523ec371a4aa3cf71aa3d2f60649a9aaaf191 100644 (file)
@@ -368,7 +368,7 @@ again:
 
        if (cli_credentials_is_anonymous(trust_creds)) {
                DBG_WARNING("get_trust_credential for %s only gave anonymous,"
-                           "unable to make get NETLOGON credentials\n",
+                           "unable to negotiate NETLOGON credentials\n",
                            netlogon_creds_cli_debug_string(
                                    creds_ctx, frame));
                status = NT_STATUS_CANT_ACCESS_DOMAIN_INFO;