Generalize token expansion to allow for context-specific tokens

This commit is contained in:
Nicolas Williams
2011-12-07 23:59:01 -06:00
parent 6aec02f979
commit ad7e54d698
8 changed files with 110 additions and 18 deletions

View File

@@ -241,7 +241,7 @@ load_plugins(krb5_context context)
char * dir = *di;
#ifdef KRB5_USE_PATH_TOKENS
if (_krb5_expand_path_tokens(context, *di, NULL, &dir))
if (_krb5_expand_path_tokens(context, *di, &dir))
goto next_dir;
#endif