summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-09-02 10:58:03 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-09-02 10:58:03 +0000
commitd38ab3857f841dee9f7ec2170730b87d5af6e480 (patch)
treeb2bbaf975def88185b8b375091666a0591c84a23 /source3/lib
parent618b02416dbfce79ef271d82790f5385dcfd609f (diff)
downloadsamba-d38ab3857f841dee9f7ec2170730b87d5af6e480.tar.gz
samba-d38ab3857f841dee9f7ec2170730b87d5af6e480.tar.bz2
samba-d38ab3857f841dee9f7ec2170730b87d5af6e480.zip
Fix typo - Thanks Kai
(This used to be commit 8fb4534212e49d2f64f45cbeb481b9f4a69f3158)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/debug.c b/source3/lib/debug.c
index e20f329860..c8a4721bce 100644
--- a/source3/lib/debug.c
+++ b/source3/lib/debug.c
@@ -153,7 +153,7 @@ static const char *default_classname_table[] = {
"rpc_srv", /* DBGC_RPC_SRV */
"rpc_cli", /* DBGC_RPC_CLI */
"passdb", /* DBGC_PASSDB */
- "sam" /* DBGC_SAM */
+ "sam", /* DBGC_SAM */
"auth", /* DBGC_AUTH */
"winbind", /* DBGC_WINBIND */
NULL