]> git.mxchange.org Git - hub.git/commitdiff
This assert can be savely removed (see some lines below why).
authorRoland Haeder <roland@mxchange.org>
Tue, 22 Jul 2014 19:25:29 +0000 (21:25 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 22 Jul 2014 19:25:29 +0000 (21:25 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
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())) {