From b3cbe01079ea1044f8d1f8bf47e995443efe8390 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 16 Jun 2019 01:55:49 +0200 Subject: fix NPE --- src/wire/payto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wire/payto.c') diff --git a/src/wire/payto.c b/src/wire/payto.c index 2b5caf32c..8c62d86ee 100644 --- a/src/wire/payto.c +++ b/src/wire/payto.c @@ -489,8 +489,8 @@ parse_payto_x_taler_bank (const char *account_url, "https://%s", r_account->details.x_taler_bank.hostname)); } + r_account->type = TALER_PAC_X_TALER_BANK; } - r_account->type = TALER_PAC_X_TALER_BANK; return TALER_EC_NONE; } -- cgit v1.2.3