From 098bd34b7d8ffd107721324a72df74c9bdfddc31 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 11 Aug 1997 23:35:18 +0000 Subject: [PATCH] remove old #if 0-code git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2926 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/rd_rep.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/krb5/rd_rep.c b/lib/krb5/rd_rep.c index 675727ff7..215d3af52 100644 --- a/lib/krb5/rd_rep.c +++ b/lib/krb5/rd_rep.c @@ -90,13 +90,6 @@ 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); -#endif /* Something wrong with the coding??? */ ret = KRB5KRB_AP_ERR_MUT_FAIL; goto out; }