refactor extensions: config -> manifest

This commit is contained in:
Özgür Kesim 2022-10-05 16:07:22 +02:00
parent 2524dfc8d3
commit fc83650115
Signed by: oec
GPG Key ID: 3D76A56D79EDD9D7
4 changed files with 11 additions and 9 deletions

View File

@ -309,7 +309,9 @@ TALER_extensions_load_manifests (
int critical;
const char *version;
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)
{