svn rev #24606: trunk/src/include/krb5/
tlyu@MIT.EDU
tlyu at MIT.EDU
Wed Jan 26 14:48:16 EST 2011
http://mv.ezproxy.com.ezproxyberklee.flo.org/fisheye/changelog/krb5/?cs=24606
Commit By: tlyu
Log Message:
Restore KRB5_CALLCONV_WRONG attribute to krb5_auth_con_getrcache.
It was incorrectly removed in r24600.
Changed Files:
U trunk/src/include/krb5/krb5.hin
Modified: trunk/src/include/krb5/krb5.hin
===================================================================
--- trunk/src/include/krb5/krb5.hin 2011-01-26 18:23:23 UTC (rev 24605)
+++ trunk/src/include/krb5/krb5.hin 2011-01-26 19:48:16 UTC (rev 24606)
@@ -2262,7 +2262,7 @@
krb5_auth_con_setrcache(krb5_context context, krb5_auth_context auth_context,
krb5_rcache rcache);
-krb5_error_code
+krb5_error_code KRB5_CALLCONV_WRONG
krb5_auth_con_getrcache(krb5_context context, krb5_auth_context auth_context,
krb5_rcache *rcache);
More information about the cvs-krb5
mailing list