git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1219 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-02-08 15:02:24 +00:00
parent fa0fadf686
commit 167a11f10c

View File

@@ -49,10 +49,10 @@ krb5_rd_rep(krb5_context context,
(*repl)->ctime, (*repl)->cusec, (*repl)->ctime, (*repl)->cusec,
auth_context->authenticator->ctime, auth_context->authenticator->ctime,
auth_context->authenticator->cusec); auth_context->authenticator->cusec);
} #if 0 /* Something wrong with the coding??? */
#if 0
return KRB_AP_ERR_MUT_FAIL; return KRB_AP_ERR_MUT_FAIL;
#endif #endif
}
return 0; return 0;
} }