diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2022-10-07 09:59:39 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-10-07 09:59:39 +0200 |
commit | d3c509fcd91e5b7e430eda767108d961db196522 (patch) | |
tree | 1c647b3e9f5992415682e8c501006a4ecf55a514 /src/extensions/extensions.c | |
parent | 52106eea42698164fef897f4b177f783275d5c75 (diff) |
WIP: Added policy extension handling during deposit
Diffstat (limited to 'src/extensions/extensions.c')
-rw-r--r-- | src/extensions/extensions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extensions/extensions.c b/src/extensions/extensions.c index 64574fc2..bf93e9ca 100644 --- a/src/extensions/extensions.c +++ b/src/extensions/extensions.c @@ -357,7 +357,7 @@ enum GNUNET_GenericReturnValue TALER_extensions_from_policy_details ( const json_t *policy_details, const struct TALER_Extension **extension, - char **error_hint) + const char **error_hint) { const json_t *jtype; const char *type; |