Don't return void, Solaris CC doesn't like that

This commit is contained in:
Love Hornquist Astrand
2009-08-14 20:07:48 +02:00
parent 8ef2d2d11b
commit cdf6c8a199

View File

@@ -497,7 +497,7 @@ void KRB5_LIB_FUNCTION
krb5_clear_error_string(krb5_context context)
KRB5_DEPRECATED
{
return krb5_clear_error_message(context);
krb5_clear_error_message(context);
}
krb5_error_code KRB5_LIB_FUNCTION