aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Poller.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-09-10 10:41:34 +0200
committerMax Kostikov <max@kostikov.co>2019-09-10 10:41:34 +0200
commitbffc9d5aba78359c009581c2398c2df6a94e85e1 (patch)
tree6efc4d2304c3f7d8889b0f2cf50c0ec707747a6d /Zotlabs/Daemon/Poller.php
parentf2b121cd58fd4884c09b3d0474f5ac4443d4b0e9 (diff)
parente800e2db2b6149cb1a3d32bb111fc23eb8bcc2c4 (diff)
downloadvolse-hubzilla-bffc9d5aba78359c009581c2398c2df6a94e85e1.tar.gz
volse-hubzilla-bffc9d5aba78359c009581c2398c2df6a94e85e1.tar.bz2
volse-hubzilla-bffc9d5aba78359c009581c2398c2df6a94e85e1.zip
Merge branch 'daemon-qwfix' into 'dev'
Return in the case of further processing See merge request hubzilla/core!1711
Diffstat (limited to 'Zotlabs/Daemon/Poller.php')
-rw-r--r--Zotlabs/Daemon/Poller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Poller.php b/Zotlabs/Daemon/Poller.php
index 84bf7e923..ebc0584ba 100644
--- a/Zotlabs/Daemon/Poller.php
+++ b/Zotlabs/Daemon/Poller.php
@@ -47,7 +47,7 @@ class Poller {
$restart = true;
$generation = intval($argv[2]);
if(! $generation)
- killme();
+ return;
}
if(($argc > 1) && intval($argv[1])) {