fix auth init
This commit is contained in:
parent
19922fa046
commit
9d475ba0ba
@ -62,11 +62,6 @@ static char *twister_url;
|
|||||||
*/
|
*/
|
||||||
static char *twisted_account_url;
|
static char *twisted_account_url;
|
||||||
|
|
||||||
/**
|
|
||||||
* Authentication data to use.
|
|
||||||
*/
|
|
||||||
static struct TALER_BANK_AuthenticationData auth;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Twister process.
|
* Twister process.
|
||||||
*/
|
*/
|
||||||
@ -97,7 +92,7 @@ run (void *cls,
|
|||||||
twister_url),
|
twister_url),
|
||||||
TALER_TESTING_cmd_bank_credits ("history-0",
|
TALER_TESTING_cmd_bank_credits ("history-0",
|
||||||
twisted_account_url,
|
twisted_account_url,
|
||||||
&auth,
|
&bc.exchange_auth,
|
||||||
NULL,
|
NULL,
|
||||||
5),
|
5),
|
||||||
TALER_TESTING_cmd_end ()
|
TALER_TESTING_cmd_end ()
|
||||||
@ -107,7 +102,6 @@ run (void *cls,
|
|||||||
"%s/%s",
|
"%s/%s",
|
||||||
twister_url,
|
twister_url,
|
||||||
"alice");
|
"alice");
|
||||||
// FIXME: init 'auth'!
|
|
||||||
if (GNUNET_YES == with_fakebank)
|
if (GNUNET_YES == with_fakebank)
|
||||||
TALER_TESTING_run_with_fakebank (is,
|
TALER_TESTING_run_with_fakebank (is,
|
||||||
commands,
|
commands,
|
||||||
|
Loading…
Reference in New Issue
Block a user