krb5: Fix unused variable

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Joseph Sutton
2023-09-01 13:16:04 +12:00
committed by Nico Williams
parent 9f05c65981
commit 62e63b2da6

View File

@@ -88,7 +88,9 @@ static krb5_error_code
init_ccapi(krb5_context context)
{
const char *lib = NULL;
#ifdef HAVE_DLOPEN
char *explib = NULL;
#endif
HEIMDAL_MUTEX_lock(&acc_mutex);
if (init_func) {