move unused variable to inside #ifdef
This commit is contained in:
@@ -186,9 +186,9 @@ allocate_ccache (krb5_context context,
|
|||||||
krb5_ccache *id)
|
krb5_ccache *id)
|
||||||
{
|
{
|
||||||
krb5_error_code ret;
|
krb5_error_code ret;
|
||||||
|
#ifdef KRB5_USE_PATH_TOKENS
|
||||||
char * exp_residual = NULL;
|
char * exp_residual = NULL;
|
||||||
|
|
||||||
#ifdef KRB5_USE_PATH_TOKENS
|
|
||||||
ret = _krb5_expand_path_tokens(context, residual, &exp_residual);
|
ret = _krb5_expand_path_tokens(context, residual, &exp_residual);
|
||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
|
Reference in New Issue
Block a user