* cc_stdio.c (krb5_fcc_next_cred): Use a krb5_error_code to hol the return
authorKen Raeburn <raeburn@mit.edu>
Wed, 14 Aug 2002 22:54:11 +0000 (22:54 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 14 Aug 2002 22:54:11 +0000 (22:54 +0000)
commit292117c347360a38c6936f93d4db217aa2dcbac9
treece7a44e6f69206e5c5f8f1897058d3bd3f6a4546
parentca2719790a99d01f9cf08718065aa7a14ad05ef7
* cc_stdio.c (krb5_fcc_next_cred): Use a krb5_error_code to hol the return
value from krb5_fcc_interpret.
(krb5_fcc_get_principal): Initialize return-value variable.
(krb5_fcc_initialize): Likewise.
(krb5_fcc_interpret): Change retval to a krb5_error_code.  Reorder cases for
consistency with cc_file.c.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14714 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/ChangeLog
src/lib/krb5/ccache/cc_stdio.c