krb5_cc_get_name() return const char *.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12710
dc483132-0cff-0310-8789-
dd5450dbe970
+2000-10-03 Ezra Peisach <epeisach@mit.edu>
+
+ * add_cred.c (krb5_gss_add_cred): krb5_cc_get_type() and
+ krb5_cc_get_name() return const char *.
+
Fri Sep 22 12:05:31 2000 Ezra Peisach <epeisach@mit.edu>
* accept_sec_context.c (krb5_gss_accept_sec_context): When
/* make a copy */
krb5_gss_cred_id_t new_cred;
char *kttype, ktboth[1024];
- char *cctype, *ccname, ccboth[1024];
+ const char *cctype, *ccname;
+ char ccboth[1024];
if ((new_cred =
(krb5_gss_cred_id_t) xmalloc(sizeof(krb5_gss_cred_id_rec)))