From fc83650115313d50f79a11ce79f057474d755322 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Wed, 5 Oct 2022 16:07:22 +0200 Subject: refactor extensions: config -> manifest --- src/extensions/extensions.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/extensions/extensions.c') diff --git a/src/extensions/extensions.c b/src/extensions/extensions.c index 33e03613..02137d31 100644 --- a/src/extensions/extensions.c +++ b/src/extensions/extensions.c @@ -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) { @@ -332,7 +334,7 @@ TALER_extensions_load_manifests ( /* This _should_ work now */ if (GNUNET_OK != - extension->load_config ( extension, config)) + extension->load_config (extension, config)) return GNUNET_SYSERR; extension->enabled = true; -- cgit v1.2.3