]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ntlm_auth: Fix a DEBUG message
authorVolker Lendecke <vl@samba.org>
Mon, 30 Dec 2019 12:56:14 +0000 (13:56 +0100)
committerDavid Disseldorp <ddiss@samba.org>
Fri, 3 Jan 2020 00:04:43 +0000 (00:04 +0000)
This is not routine auth_generic_prepare

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
source3/utils/ntlm_auth.c

index 289f648006fdd6b020acc36e6e92cb97689052af..aeae460ce8d8247727a721dfc99a58853e0223e7 100644 (file)
@@ -1197,7 +1197,7 @@ static NTSTATUS ntlm_auth_prepare_gensec_server(TALLOC_CTX *mem_ctx,
         */
        server_credentials = cli_credentials_init_anon(tmp_ctx);
        if (!server_credentials) {
-               DEBUG(0, ("auth_generic_prepare: Failed to init server credentials\n"));
+               DBG_ERR("Failed to init server credentials\n");
                return NT_STATUS_NO_MEMORY;
        }