svn rev #23885: branches/iakerb/src/lib/krb5/krb/

ghudson@MIT.EDU ghudson at MIT.EDU
Mon Apr 12 13:50:43 EDT 2010


http://src.mit.edu/fisheye/changelog/krb5/?cs=23885
Commit By: ghudson
Log Message:
Fix a bug in make_request_for_service: use the caller-specified KCD
options as intended, not the field for options we remember between
request and response.



Changed Files:
U   branches/iakerb/src/lib/krb5/krb/gc_frm_kdc.c
Modified: branches/iakerb/src/lib/krb5/krb/gc_frm_kdc.c
===================================================================
--- branches/iakerb/src/lib/krb5/krb/gc_frm_kdc.c	2010-04-12 16:38:48 UTC (rev 23884)
+++ branches/iakerb/src/lib/krb5/krb/gc_frm_kdc.c	2010-04-12 17:50:43 UTC (rev 23885)
@@ -280,7 +280,7 @@
     int extra_options;
 
     /* Include the caller-specified KDC options in service requests. */
-    extra_options = ctx->kdcopt;
+    extra_options = ctx->req_kdcopt;
 
     /* Automatically set the enc-tkt-in-skey flag for user-to-user requests. */
     if (ctx->in_creds->second_ticket.length != 0 &&




More information about the cvs-krb5 mailing list