krb5: Context has to be opt. in for path tok. exp.
This commit is contained in:
@@ -55,8 +55,8 @@ _krb5_expand_path_tokens(krb5_context context,
|
|||||||
int filepath,
|
int filepath,
|
||||||
char **ppath_out)
|
char **ppath_out)
|
||||||
{
|
{
|
||||||
return heim_expand_path_tokens(context->hcontext, path_in, filepath,
|
return heim_expand_path_tokens(context ? context->hcontext : NULL, path_in,
|
||||||
ppath_out, NULL);
|
filepath, ppath_out, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user