summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-02 11:28:19 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-02 13:09:16 +0100
commit5e6e370c4ed44e2b13d0817f3c1c1c36efb74cba (patch)
treed01299860f81d570cadd90d149ad04e13cf0c9bc /lib
parent62a3947d53aa38a2dab5ddf163d41a58a26bff14 (diff)
downloadsamba-5e6e370c4ed44e2b13d0817f3c1c1c36efb74cba.tar.gz
samba-5e6e370c4ed44e2b13d0817f3c1c1c36efb74cba.tar.bz2
samba-5e6e370c4ed44e2b13d0817f3c1c1c36efb74cba.zip
lib/util: s/class/dclass
metze
Diffstat (limited to 'lib')
-rw-r--r--lib/util/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/debug.c b/lib/util/debug.c
index 98aabc554b..578822088f 100644
--- a/lib/util/debug.c
+++ b/lib/util/debug.c
@@ -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);