Add DEBUG_NOSLAVES
authorPaul Park <pjpark@mit.edu>
Fri, 12 May 1995 20:11:32 +0000 (20:11 +0000)
committerPaul Park <pjpark@mit.edu>
Fri, 12 May 1995 20:11:32 +0000 (20:11 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5806 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/v5server/kadm5_defs.h

index df946080610cac45880fb3b0b8d80180069424f2..ed62e863bb4d5850b009f7e9908b07bfa29e80a8 100644 (file)
@@ -40,6 +40,7 @@
 #define        DEBUG_ACL       32
 #define        DEBUG_PROTO     64
 #define        DEBUG_CALLS     128
+#define        DEBUG_NOSLAVES  256
 #ifdef DEBUG
 #define        DPRINT(l1, cl, al)      if ((cl & l1) != 0) printf al
 #else  /* DEBUG */