From 0890701979cb13d8b8562653cb4644925fbf1aaa Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 15 Jul 1997 15:23:57 +0000 Subject: [PATCH] comment out old diagonstic output git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2318 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/rd_rep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/krb5/rd_rep.c b/lib/krb5/rd_rep.c index 439c42371..3c295d81e 100644 --- a/lib/krb5/rd_rep.c +++ b/lib/krb5/rd_rep.c @@ -43,14 +43,14 @@ krb5_rd_rep(krb5_context context, return ret; if ((*repl)->ctime != auth_context->authenticator->ctime || (*repl)->cusec != auth_context->authenticator->cusec) { +#if 0 printf("KRB5KRB_AP_ERR_MUT_FAIL\n"); printf ("(%u, %lu) != (%u, %lu)\n", (*repl)->ctime, (*repl)->cusec, auth_context->authenticator->ctime, auth_context->authenticator->cusec); -#if 0 /* Something wrong with the coding??? */ +#endif /* Something wrong with the coding??? */ return KRB5KRB_AP_ERR_MUT_FAIL; -#endif } if ((*repl)->seq_number) auth_context->remote_seqnumber = *((*repl)->seq_number);