gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: invert logic to make it logical


From: gnunet
Subject: [taler-taler-mdb] branch master updated: invert logic to make it logical
Date: Tue, 23 Jan 2024 10:39:28 +0100

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 14bde62  invert logic to make it logical
14bde62 is described below

commit 14bde627cec24e8503d032d8e2e779aca2a223a6
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Tue Jan 23 10:39:24 2024 +0100

    invert logic to make it logical
---
 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 e177132..3d8d573 100644
--- a/src/taler-mdb.c
+++ b/src/taler-mdb.c
@@ -918,7 +918,7 @@ stop_advertising (void)
 static void
 start_advertising (void)
 {
-  if (NULL == err_child)
+  if (NULL != err_child)
     return;
   stop_advertising (); /* just to be sure */
   if (NULL == adv_process_command)

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