commit 14bde627cec24e8503d032d8e2e779aca2a223a6
parent 0d845562f481aaa46a7588532e70150fca64488e
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Tue, 23 Jan 2024 10:39:24 +0100
invert logic to make it logical
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)