From 66f1182adc0d025cd023c7430b0b0764629c1092 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 21 May 2002 13:49:08 +0000 Subject: typo, sorry (This used to be commit d222bc8c4b620095a21ba327940d4750d5dee753) --- source3/auth/auth_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth/auth_server.c') diff --git a/source3/auth/auth_server.c b/source3/auth/auth_server.c index 5bbc5e1489..bcb7d5059b 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; -- cgit