(mcc_default_name): Remove const
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22107 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -435,7 +435,7 @@ mcc_move(krb5_context context, krb5_ccache from, krb5_ccache to)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static krb5_error_code
|
static krb5_error_code
|
||||||
mcc_default_name(krb5_context context, const char **str)
|
mcc_default_name(krb5_context context, char **str)
|
||||||
{
|
{
|
||||||
*str = strdup("MEMORY:");
|
*str = strdup("MEMORY:");
|
||||||
if (*str == NULL) {
|
if (*str == NULL) {
|
||||||
|
Reference in New Issue
Block a user