]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/handler/answer-status/requests/class_RequestNodeListAnswerOkayHandler.php
Use array_push() instead of [] as array_push() checks if parameter 1 is really an...
[hub.git] / application / hub / main / handler / answer-status / requests / class_RequestNodeListAnswerOkayHandler.php
index 30c65ac259f83c8356c84d43f9cae50063290076..c50970d5184e47d6e3b2ef0c22a737dd70ff1e7e 100644 (file)
@@ -85,7 +85,7 @@ class RequestNodeListAnswerOkayHandler extends BaseAnserStatusHandler implements
                $this->getDhtInstance()->registerNodeByMessageData($messageData, $this, TRUE);
 
                // Prepare next message ("hello" message to all returned nodes)
-               $this->prepareNextMessage($messageData, $packageInstance);
+               //$this->prepareNextMessage($messageData, $packageInstance);
        }
 
        /**