[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: another issue with the #551
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: another issue with the #5511 patch |
Date: |
Tue, 12 Feb 2019 08:38:01 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new abf25faba another issue with the #5511 patch
abf25faba is described below
commit abf25faba2e79ff44841d21e2fc90f825e9979c1
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Feb 12 08:37:59 2019 +0100
another issue with the #5511 patch
---
src/util/service.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/util/service.c b/src/util/service.c
index 5117f006f..f38e4b353 100644
--- a/src/util/service.c
+++ b/src/util/service.c
@@ -888,6 +888,8 @@ accept_client (void *cls)
start_client (slc->sh,
sock);
}
+ if (0 != sh->suspend_state)
+ return;
slc->listen_task
= GNUNET_SCHEDULER_add_read_net (GNUNET_TIME_UNIT_FOREVER_REL,
slc->listen_socket,
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: another issue with the #5511 patch,
gnunet <=