gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: fix NPE


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix NPE
Date: Sun, 16 Jun 2019 01:55:51 +0200

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 b3cbe010 fix NPE
b3cbe010 is described below

commit b3cbe01079ea1044f8d1f8bf47e995443efe8390
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jun 16 01:55:49 2019 +0200

    fix NPE
---
 src/wire/payto.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wire/payto.c b/src/wire/payto.c
index 2b5caf32..8c62d86e 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;
 }
 

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



reply via email to

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