gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cash2ecash] branch master updated: debugging


From: gnunet
Subject: [cash2ecash] branch master updated: debugging
Date: Thu, 02 Jan 2025 14:04:01 +0100

This is an automated email from the git hooks/post-receive script.

manuel-geissbuehler pushed a commit to branch master
in repository cash2ecash.

The following commit(s) were added to refs/heads/master by this push:
     new 3e26013  debugging
3e26013 is described below

commit 3e260136f6aaeb25638bd400262dcf5d56db86ca
Author: Manuel Geissbühler <manuel@debian>
AuthorDate: Thu Jan 2 14:03:52 2025 +0100

    debugging
---
 src/bank/bank_lib.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bank/bank_lib.c b/src/bank/bank_lib.c
index a7f36e4..c96cc65 100644
--- a/src/bank/bank_lib.c
+++ b/src/bank/bank_lib.c
@@ -131,7 +131,7 @@ static void account_token_cb(void *cls, const struct 
TALER_BANK_AccountTokenResp
                   JSON_INDENT (2));
     break;
 
-    extInitCallback();
+    
   }
 
   //Switch Authentification method to Bearer and add Token
@@ -141,6 +141,7 @@ static void account_token_cb(void *cls, const struct 
TALER_BANK_AccountTokenResp
   auth.details.bearer.token = GNUNET_strdup(atr->details.ok.access_token);
 
   printf("fertig in bankcomu\n");
+  extInitCallback();
   
   GNUNET_SCHEDULER_shutdown();
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]