use ret 0

This commit is contained in:
Love Hornquist Astrand
2010-05-27 12:43:09 -05:00
parent 44fd145d05
commit f2c29f2b1e

View File

@@ -539,7 +539,7 @@ krb5_cc_set_default_name(krb5_context context, const char *name)
context->default_cc_name = exp_p;
return ret;
return 0;
}
/**