]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/dht/node/class_NodeDhtFacade.php
This assert can be savely removed (see some lines below why).
[hub.git] / application / hub / main / dht / node / class_NodeDhtFacade.php
index a4b291f6d752b04916805e63bfc1a6d5029fc4e7..2a3cc48265b3efaf2bf2dea3e13ff47d54587923 100644 (file)
@@ -139,7 +139,6 @@ class NodeDhtFacade extends BaseDht implements DistributableNode, Registerable {
 
                // Make sure the result instance is valid
                assert($resultInstance instanceof SearchableResult);
-               assert($resultInstance->valid());
 
                // Is the next entry valid?
                if (($resultInstance->valid()) && ($resultInstance->next())) {