diff options
author | Simo Sorce <idra@samba.org> | 2002-05-21 15:04:05 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2002-05-21 15:04:05 +0000 |
commit | 195d578c8de4dfa8045f8f1495e7cd3df985d3f6 (patch) | |
tree | 676c8f93b16aa7ea2644c1a3d430465d97f0268b | |
parent | 66f1182adc0d025cd023c7430b0b0764629c1092 (diff) | |
download | samba-195d578c8de4dfa8045f8f1495e7cd3df985d3f6.tar.gz samba-195d578c8de4dfa8045f8f1495e7cd3df985d3f6.tar.bz2 samba-195d578c8de4dfa8045f8f1495e7cd3df985d3f6.zip |
typo day :-(
(This used to be commit 5b3b65aafe38e767e9b7206ffe6d7c89edb267ba)
-rw-r--r-- | source3/auth/auth_builtin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_builtin.c b/source3/auth/auth_builtin.c index c7af07cc48..0cca6b8e15 100644 --- a/source3/auth/auth_builtin.c +++ b/source3/auth/auth_builtin.c @@ -21,7 +21,7 @@ #include "includes.h" #undef DBGC_CLASS -#define DBGC_CLASS DGBC_AUTH +#define DBGC_CLASS DBGC_AUTH /** * Return a guest logon for guest users (username = "") |