gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: -fix assert/close


From: gnunet
Subject: [taler-taler-mdb] branch master updated: -fix assert/close
Date: Wed, 14 Sep 2022 20:46:33 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new 1b7deae  -fix assert/close
1b7deae is described below

commit 1b7deae742315238ee254c39e26ff011b7adb4ff
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Sep 14 20:46:25 2022 +0200

    -fix assert/close
---
 src/taler-mdb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/taler-mdb.c b/src/taler-mdb.c
index 97adf4b..cba7cb3 100644
--- a/src/taler-mdb.c
+++ b/src/taler-mdb.c
@@ -3240,8 +3240,8 @@ run (void *cls,
                                   "write",
                                   "/sys/class/gpio/gpio23/direction");
       }
+      GNUNET_assert (0 == close (dfd));
     }
-    GNUNET_assert (0 == close (dfd));
   }
 
   {

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