lib/util: s/class/dclass
authorStefan Metzmacher <metze@samba.org>
Mon, 2 Feb 2009 10:28:19 +0000 (11:28 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 2 Feb 2009 12:09:16 +0000 (13:09 +0100)
metze

lib/util/debug.c

index 98aabc554ba7c3f1029a92b6f64f50bcc3de01ca..578822088fb21055637fbcb507ab1ab9161e8f45 100644 (file)
@@ -102,7 +102,7 @@ _PUBLIC_ void dbghdr(int level, const char *location, const char *func)
 }
 
 
-_PUBLIC_ void dbghdrclass(int level, int class, const char *location, const char *func)
+_PUBLIC_ void dbghdrclass(int level, int dclass, const char *location, const char *func)
 {
        /* Simple wrapper, Samba 4 doesn't do debug classes */
        dbghdr(level, location, func);