kdc-req-body->till is optional.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2989 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-15 01:47:32 +00:00
parent d0596d6136
commit 61717cbfd4
3 changed files with 23 additions and 11 deletions

View File

@@ -99,7 +99,10 @@ init_tgs_req (krb5_context context,
if (ret)
goto fail;
t->req_body.till = in_creds->times.endtime;
if(in_creds->times.endtime){
ALLOC(t->req_body.till, 1);
*t->req_body.till = in_creds->times.endtime;
}
t->req_body.nonce = nonce;
if(second_ticket){