commit 40fcdf6f9e74989fa02889d4a8047816903784bd
parent 477831b851c2f539d36c7608b33891cc7597c078
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 26 Feb 2026 23:39:45 +0100
fix regression that would prevent re-enabling accounts
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_private-post-account.c b/src/backend/taler-merchant-httpd_private-post-account.c
@@ -106,6 +106,8 @@ account_cb (
{
struct PostAccountContext *pac = cls;
+ if (! ad->active)
+ return;
pac->have_any_account = true;
if ( (0 == TALER_full_payto_cmp (pac->uri,
ad->payto_uri) ) &&