git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17778 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-06-30 20:57:50 +00:00
parent b1537f3cca
commit 9b1216b13c

View File

@@ -1,5 +1,8 @@
2006-06-30 Love H<>rnquist <20>strand <lha@it.su.se> 2006-06-30 Love H<>rnquist <20>strand <lha@it.su.se>
* krb5/init_sec_context.c: Make work on compilers that are
somewhat more picky then gcc4 (like gcc2.95)
* krb5/init_sec_context.c (do_delegation): use KDCOptions2int to * krb5/init_sec_context.c (do_delegation): use KDCOptions2int to
convert fwd_flags to an integer, since otherwise int2KDCOptions in convert fwd_flags to an integer, since otherwise int2KDCOptions in
krb5_get_forwarded_creds wont do the right thing. krb5_get_forwarded_creds wont do the right thing.