krb5: Fix unused variable
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:

committed by
Nico Williams

parent
9f05c65981
commit
62e63b2da6
@@ -88,7 +88,9 @@ static krb5_error_code
|
|||||||
init_ccapi(krb5_context context)
|
init_ccapi(krb5_context context)
|
||||||
{
|
{
|
||||||
const char *lib = NULL;
|
const char *lib = NULL;
|
||||||
|
#ifdef HAVE_DLOPEN
|
||||||
char *explib = NULL;
|
char *explib = NULL;
|
||||||
|
#endif
|
||||||
|
|
||||||
HEIMDAL_MUTEX_lock(&acc_mutex);
|
HEIMDAL_MUTEX_lock(&acc_mutex);
|
||||||
if (init_func) {
|
if (init_func) {
|
||||||
|
Reference in New Issue
Block a user