svn commit: r320915 - releng/10.3/crypto/heimdal/lib/krb5

Xin LI delphij at FreeBSD.org
Wed Jul 12 15:16:03 UTC 2017


Author: delphij
Date: Wed Jul 12 15:16:01 2017
New Revision: 320915
URL: https://svnweb.freebsd.org/changeset/base/320915

Log:
  Add the missed Heimdal patch, freebsd-update bits are not affected.
  
  Noticed by:	gordon
  Approved by:	so

Modified:
  releng/10.3/crypto/heimdal/lib/krb5/ticket.c

Modified: releng/10.3/crypto/heimdal/lib/krb5/ticket.c
==============================================================================
--- releng/10.3/crypto/heimdal/lib/krb5/ticket.c	Wed Jul 12 14:51:32 2017	(r320914)
+++ releng/10.3/crypto/heimdal/lib/krb5/ticket.c	Wed Jul 12 15:16:01 2017	(r320915)
@@ -713,8 +713,8 @@ _krb5_extract_ticket(krb5_context context,
     /* check server referral and save principal */
     ret = _krb5_principalname2krb5_principal (context,
 					      &tmp_principal,
-					      rep->kdc_rep.ticket.sname,
-					      rep->kdc_rep.ticket.realm);
+					      rep->enc_part.sname,
+					      rep->enc_part.srealm);
     if (ret)
 	goto out;
     if((flags & EXTRACT_TICKET_ALLOW_SERVER_MISMATCH) == 0){


More information about the svn-src-all mailing list