auth: Use DBGC_AUTH as DBGC_CLASS for AD DC NTLM auth code.
[sfrench/samba-autobuild/.git] / source4 / auth / ntlm / auth_simple.c
index d7811b9e5b215f86865505ca6efd4396cba7be42..273e48861250adc96c7d583f73bdb4bf35fd936a 100644 (file)
@@ -27,6 +27,9 @@
 #include "auth/auth.h"
 #include "dsdb/samdb/samdb.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_AUTH
+
 struct authenticate_ldap_simple_bind_state {
        bool using_tls;
        struct auth4_context *auth_context;