that they exist.
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/iakerb@23908
dc483132-0cff-0310-8789-
dd5450dbe970
&flags);
if (code != 0)
goto cleanup;
- if ((flags & 1) != 1) {
+ if (!(flags & KRB5_INIT_CREDS_STEP_FLAG_CONTINUE)) {
krb5_init_creds_get_times(ctx->k5c, ctx->u.icc, ×);
cred->tgt_expire = times.endtime;
&flags);
if (code != 0)
goto cleanup;
- if ((flags & 1) != 1) {
+ if (!(flags & KRB5_TKT_CREDS_STEP_FLAG_CONTINUE)) {
krb5_tkt_creds_get_times(ctx->k5c, ctx->u.tcc, ×);
cred->tgt_expire = times.endtime;