summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/spnego_parse.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-08-17 12:51:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:33:27 -0500
commit878e139f09e6e2f87de35341f4340119959469e5 (patch)
tree77fc3d48549d14279f0f9714fecbaa48179a7237 /source4/auth/gensec/spnego_parse.c
parent36fb8185edc70dfdedbf6e26c2aafaa3c46a9102 (diff)
downloadsamba-878e139f09e6e2f87de35341f4340119959469e5.tar.gz
samba-878e139f09e6e2f87de35341f4340119959469e5.tar.bz2
samba-878e139f09e6e2f87de35341f4340119959469e5.zip
r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like to
replace this with something funkier. (This used to be commit 8d376d56c78894b9bbd27ed7fa70da415c0cd038)
Diffstat (limited to 'source4/auth/gensec/spnego_parse.c')
-rw-r--r--source4/auth/gensec/spnego_parse.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/auth/gensec/spnego_parse.c b/source4/auth/gensec/spnego_parse.c
index e48c32f0da..59b09b1969 100644
--- a/source4/auth/gensec/spnego_parse.c
+++ b/source4/auth/gensec/spnego_parse.c
@@ -25,9 +25,6 @@
#include "auth/auth.h"
#include "asn_1.h"
-#undef DBGC_CLASS
-#define DBGC_CLASS DBGC_AUTH
-
static BOOL read_negTokenInit(struct asn1_data *asn1, struct spnego_negTokenInit *token)
{
ZERO_STRUCTP(token);