diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-02-02 11:28:19 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-02-02 13:09:16 +0100 |
commit | 5e6e370c4ed44e2b13d0817f3c1c1c36efb74cba (patch) | |
tree | d01299860f81d570cadd90d149ad04e13cf0c9bc /lib/util | |
parent | 62a3947d53aa38a2dab5ddf163d41a58a26bff14 (diff) | |
download | samba-5e6e370c4ed44e2b13d0817f3c1c1c36efb74cba.tar.gz |
lib/util: s/class/dclass
metze
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/debug.c b/lib/util/debug.c index 98aabc554ba..578822088fb 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); |