]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
winbindd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 13 Apr 2021 13:42:37 +0000 (13:42 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 19 Apr 2021 18:18:31 +0000 (18:18 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/winbindd/winbindd_pam.c

index 6c8f8824b8f42d4622b48038f57ae62706d1420f..a2bb8816859d359cdda9daf0695dcff193e1b073 100644 (file)
@@ -1473,8 +1473,10 @@ static NTSTATUS winbindd_dual_auth_passdb(TALLOC_CTX *mem_ctx,
        }
 
        *pinfo3 = info3;
-       DEBUG(10, ("Authenticaticating user %s\\%s returned %s\n", domain,
-                  user, nt_errstr(status)));
+       DBG_DEBUG("Authenticating user %s\\%s returned %s\n",
+                 domain,
+                 user,
+                 nt_errstr(status));
        TALLOC_FREE(frame);
        return status;
 }