diff --git a/source3/auth/auth.c b/source3/auth/auth.c index 394b696cf6d..148826fa6e8 100644 --- a/source3/auth/auth.c +++ b/source3/auth/auth.c @@ -21,7 +21,7 @@ #include "includes.h" #undef DBGC_CLASS -#define DBGC_CLASS DGBC_AUTH +#define DBGC_CLASS DBGC_AUTH /** List of various built-in authenticaion modules */ diff --git a/source3/auth/auth_compat.c b/source3/auth/auth_compat.c index c049b3867b3..a70f1e98b72 100644 --- a/source3/auth/auth_compat.c +++ b/source3/auth/auth_compat.c @@ -21,7 +21,7 @@ #include "includes.h" #undef DBGC_CLASS -#define DBGC_CLASS DGBC_AUTH +#define DBGC_CLASS DBGC_AUTH /**************************************************************************** COMPATIBILITY INTERFACES: diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c index 92b2714cf06..d520dabbb26 100644 --- a/source3/auth/auth_domain.c +++ b/source3/auth/auth_domain.c @@ -22,7 +22,7 @@ #include "includes.h" #undef DBGC_CLASS -#define DBGC_CLASS DGBC_AUTH +#define DBGC_CLASS DBGC_AUTH BOOL global_machine_password_needs_changing = False; diff --git a/source3/auth/auth_rhosts.c b/source3/auth/auth_rhosts.c index b2c9bc7ba89..7730f50a3ce 100644 --- a/source3/auth/auth_rhosts.c +++ b/source3/auth/auth_rhosts.c @@ -21,7 +21,7 @@ #include "includes.h" #undef DBGC_CLASS -#define DBGC_CLASS DGBC_AUTH +#define DBGC_CLASS DBGC_AUTH /**************************************************************************** Read the a hosts.equiv or .rhosts file and check if it diff --git a/source3/auth/auth_sam.c b/source3/auth/auth_sam.c index 3e25af3c978..7e0cd513da6 100644 --- a/source3/auth/auth_sam.c +++ b/source3/auth/auth_sam.c @@ -23,7 +23,7 @@ #include "includes.h" #undef DBGC_CLASS -#define DBGC_CLASS DGBC_AUTH +#define DBGC_CLASS DBGC_AUTH /**************************************************************************** core of smb password checking routine. diff --git a/source3/auth/auth_server.c b/source3/auth/auth_server.c index 5bbc5e14895..bcb7d5059bf 100644 --- a/source3/auth/auth_server.c +++ b/source3/auth/auth_server.c @@ -22,7 +22,7 @@ #include "includes.h" #undef DBGC_CLASS -#define DBGC_CLASS DGBC_AUTH +#define DBGC_CLASS DBGC_AUTH extern pstring global_myname; extern userdom_struct current_user_info; diff --git a/source3/auth/auth_unix.c b/source3/auth/auth_unix.c index 409090a09c5..69504ebb412 100644 --- a/source3/auth/auth_unix.c +++ b/source3/auth/auth_unix.c @@ -21,7 +21,7 @@ #include "includes.h" #undef DBGC_CLASS -#define DBGC_CLASS DGBC_AUTH +#define DBGC_CLASS DBGC_AUTH /** * update the encrypted smbpasswd file from the plaintext username and password diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index d7c748982da..7179252ce77 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -23,7 +23,7 @@ #include "includes.h" #undef DBGC_CLASS -#define DBGC_CLASS DGBC_AUTH +#define DBGC_CLASS DBGC_AUTH extern fstring remote_machine; extern pstring global_myname; diff --git a/source3/auth/auth_winbind.c b/source3/auth/auth_winbind.c index 565b2de063a..1a72c2df0fa 100644 --- a/source3/auth/auth_winbind.c +++ b/source3/auth/auth_winbind.c @@ -24,7 +24,7 @@ #include "includes.h" #undef DBGC_CLASS -#define DBGC_CLASS DGBC_AUTH +#define DBGC_CLASS DBGC_AUTH /* Prototypes from common.h */ diff --git a/source3/auth/pampass.c b/source3/auth/pampass.c index a2e7e4c4c31..3831d1b1e74 100644 --- a/source3/auth/pampass.c +++ b/source3/auth/pampass.c @@ -30,7 +30,7 @@ #include "includes.h" #undef DBGC_CLASS -#define DBGC_CLASS DGBC_AUTH +#define DBGC_CLASS DBGC_AUTH #ifdef WITH_PAM diff --git a/source3/auth/pass_check.c b/source3/auth/pass_check.c index a98fe6b7c7a..50ad20f1135 100644 --- a/source3/auth/pass_check.c +++ b/source3/auth/pass_check.c @@ -24,7 +24,7 @@ #include "includes.h" #undef DBGC_CLASS -#define DBGC_CLASS DGBC_AUTH +#define DBGC_CLASS DBGC_AUTH /* these are kept here to keep the string_combinations function simple */ static fstring this_user;