From 167a11f10c27776e2176cb30ced19cb791ece1db Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 8 Feb 1997 15:02:24 +0000 Subject: [PATCH] comment git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1219 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 5cde346a8..079926045 100644 --- a/lib/krb5/rd_rep.c +++ b/lib/krb5/rd_rep.c @@ -49,10 +49,10 @@ krb5_rd_rep(krb5_context context, (*repl)->ctime, (*repl)->cusec, auth_context->authenticator->ctime, auth_context->authenticator->cusec); - } -#if 0 +#if 0 /* Something wrong with the coding??? */ return KRB_AP_ERR_MUT_FAIL; #endif + } return 0; }