diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_management_auditors.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_management_auditors.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_management_auditors.c b/src/exchange/taler-exchange-httpd_management_auditors.c index 6d700d612..f69580ec0 100644 --- a/src/exchange/taler-exchange-httpd_management_auditors.c +++ b/src/exchange/taler-exchange-httpd_management_auditors.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of TALER | 2 | This file is part of TALER |
3 | Copyright (C) 2020 Taler Systems SA | 3 | Copyright (C) 2020, 2021 Taler Systems SA |
4 | 4 | ||
5 | TALER is free software; you can redistribute it and/or modify it under the | 5 | TALER is free software; you can redistribute it and/or modify it under the |
6 | terms of the GNU Affero General Public License as published by the Free Software | 6 | terms of the GNU Affero General Public License as published by the Free Software |
@@ -28,6 +28,7 @@ | |||
28 | #include "taler_mhd_lib.h" | 28 | #include "taler_mhd_lib.h" |
29 | #include "taler-exchange-httpd_management.h" | 29 | #include "taler-exchange-httpd_management.h" |
30 | #include "taler-exchange-httpd_responses.h" | 30 | #include "taler-exchange-httpd_responses.h" |
31 | #include "taler-exchange-httpd_keys.h" | ||
31 | 32 | ||
32 | 33 | ||
33 | /** | 34 | /** |
@@ -139,6 +140,7 @@ add_auditor (void *cls, | |||
139 | "add auditor"); | 140 | "add auditor"); |
140 | return qs; | 141 | return qs; |
141 | } | 142 | } |
143 | TEH_keys_update_states (); | ||
142 | return qs; | 144 | return qs; |
143 | } | 145 | } |
144 | 146 | ||