gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -DCE


From: gnunet
Subject: [taler-exchange] branch master updated: -DCE
Date: Sat, 22 Oct 2022 00:18:37 +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 a2c99f17 -DCE
a2c99f17 is described below

commit a2c99f173fb4d1bb7d72a5f1b1791211e71bb414
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Oct 22 00:18:35 2022 +0200

    -DCE
---
 src/bank-lib/fakebank.c | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index 0123f7c5..ebdb5435 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -3722,16 +3722,11 @@ handle_bank_access (struct TALER_FAKEBANK_Handle *h,
     if ('/' == *end_acc)
     {
       const char *wid = end_acc + 1;
+      const char *opid = strchr (wid,
+                                 '/');
       char *wi;
-      const char *opid;
 
-      if (NULL != end_acc)
-        opid = strchr (wid,
-                       '/');
-      else
-        opid = NULL;
-      if ( (NULL == end_acc) ||
-           (NULL == opid) ||
+      if ( (NULL == opid) ||
            ( (0 != strcmp (opid,
                            "/abort")) &&
              (0 != strcmp (opid,

-- 
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]