gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix auth init


From: gnunet
Subject: [taler-exchange] branch master updated: fix auth init
Date: Thu, 16 Jan 2020 22:23:51 +0100

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 9d475ba0 fix auth init
9d475ba0 is described below

commit 9d475ba0baca660d03011ada1aa6431e2e242027
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Jan 16 22:23:49 2020 +0100

    fix auth init
---
 src/lib/test_bank_api_twisted.c | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/src/lib/test_bank_api_twisted.c b/src/lib/test_bank_api_twisted.c
index 4fe1e37a..f30b8b1d 100644
--- a/src/lib/test_bank_api_twisted.c
+++ b/src/lib/test_bank_api_twisted.c
@@ -62,11 +62,6 @@ static char *twister_url;
  */
 static char *twisted_account_url;
 
-/**
- * Authentication data to use.
- */
-static struct TALER_BANK_AuthenticationData auth;
-
 /**
  * Twister process.
  */
@@ -97,7 +92,7 @@ run (void *cls,
                                     twister_url),
     TALER_TESTING_cmd_bank_credits ("history-0",
                                     twisted_account_url,
-                                    &auth,
+                                    &bc.exchange_auth,
                                     NULL,
                                     5),
     TALER_TESTING_cmd_end ()
@@ -107,7 +102,6 @@ run (void *cls,
                    "%s/%s",
                    twister_url,
                    "alice");
-  // FIXME: init 'auth'!
   if (GNUNET_YES == with_fakebank)
     TALER_TESTING_run_with_fakebank (is,
                                      commands,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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