refactor extensions: config -> manifest
This commit is contained in:
parent
2524dfc8d3
commit
fc83650115
@ -309,7 +309,9 @@ TALER_extensions_load_manifests (
|
|||||||
int critical;
|
int critical;
|
||||||
const char *version;
|
const char *version;
|
||||||
json_t *config;
|
json_t *config;
|
||||||
struct TALER_Extension *extension = (struct TALER_Extension *)TALER_extensions_get_by_name (name);
|
struct TALER_Extension *extension = (struct
|
||||||
|
TALER_Extension *)
|
||||||
|
TALER_extensions_get_by_name (name);
|
||||||
|
|
||||||
if (NULL == extension)
|
if (NULL == extension)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user