kuser: Fix coverity issues

This commit is contained in:
Nicolas Williams
2022-01-20 13:28:39 -06:00
parent be6305b601
commit 62176f07d9
3 changed files with 6 additions and 5 deletions

View File

@@ -502,7 +502,7 @@ renew_validate(krb5_context context,
* no need to check the error here, it's only to be
* friendly to the user
*/
krb5_get_credentials(context, KRB5_GC_CACHED, cache, &in, &out);
(void) krb5_get_credentials(context, KRB5_GC_CACHED, cache, &in, &out);
}
flags.i = 0;