[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: flush /keys responses if set of
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: flush /keys responses if set of auditors changes |
Date: |
Sat, 26 Jun 2021 14:56:28 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new cac8d936 flush /keys responses if set of auditors changes
cac8d936 is described below
commit cac8d9360ddf5ca8462932e961ca112c6eed7c66
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jun 26 14:56:25 2021 +0200
flush /keys responses if set of auditors changes
---
src/exchange/taler-exchange-httpd_management_auditors.c | 4 +++-
src/exchange/taler-exchange-httpd_management_auditors_AP_disable.c | 2 ++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-httpd_management_auditors.c
b/src/exchange/taler-exchange-httpd_management_auditors.c
index 6d700d61..f69580ec 100644
--- a/src/exchange/taler-exchange-httpd_management_auditors.c
+++ b/src/exchange/taler-exchange-httpd_management_auditors.c
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- Copyright (C) 2020 Taler Systems SA
+ Copyright (C) 2020, 2021 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free
Software
@@ -28,6 +28,7 @@
#include "taler_mhd_lib.h"
#include "taler-exchange-httpd_management.h"
#include "taler-exchange-httpd_responses.h"
+#include "taler-exchange-httpd_keys.h"
/**
@@ -139,6 +140,7 @@ add_auditor (void *cls,
"add auditor");
return qs;
}
+ TEH_keys_update_states ();
return qs;
}
diff --git a/src/exchange/taler-exchange-httpd_management_auditors_AP_disable.c
b/src/exchange/taler-exchange-httpd_management_auditors_AP_disable.c
index eba392a0..7fb02283 100644
--- a/src/exchange/taler-exchange-httpd_management_auditors_AP_disable.c
+++ b/src/exchange/taler-exchange-httpd_management_auditors_AP_disable.c
@@ -28,6 +28,7 @@
#include "taler_mhd_lib.h"
#include "taler-exchange-httpd_management.h"
#include "taler-exchange-httpd_responses.h"
+#include "taler-exchange-httpd_keys.h"
/**
@@ -130,6 +131,7 @@ del_auditor (void *cls,
"del auditor");
return qs;
}
+ TEH_keys_update_states ();
return qs;
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: flush /keys responses if set of auditors changes,
gnunet <=