Fix typo - Thanks Kai
authorJelmer Vernooij <jelmer@samba.org>
Mon, 2 Sep 2002 10:58:03 +0000 (10:58 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 2 Sep 2002 10:58:03 +0000 (10:58 +0000)
(This used to be commit 8fb4534212e49d2f64f45cbeb481b9f4a69f3158)

source3/lib/debug.c

index e20f3298606d6a93ed5cb79cc0eb90ed47a4bb32..c8a4721bce2e5bb0ca0d652cbe346e7e0088c798 100644 (file)
@@ -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