From: Roland Häder Date: Wed, 17 Jul 2013 22:29:26 +0000 (+0000) Subject: Opps, wrong name :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=02d2e489ecf43bd4386c2632fead7eea5dba0ad2;p=hub.git Opps, wrong name :( --- diff --git a/application/hub/main/dht/node/class_NodeDhtFacade.php b/application/hub/main/dht/node/class_NodeDhtFacade.php index 23e3abfe1..c17cb46e0 100644 --- a/application/hub/main/dht/node/class_NodeDhtFacade.php +++ b/application/hub/main/dht/node/class_NodeDhtFacade.php @@ -68,13 +68,13 @@ class NodeDhtFacade extends BaseDht implements Distributable, Registerable { * (e.g. DHT poisoning) it would be good to implement some checks if * the both node owner trust each other (see sub-project 'DSHT'). */ - $this->getWrapperInstance()->updateNodeEntry($nodeData); + $this->getWrapperInstance()->updateNodeEntry($dhtData); } else { /* * Inserts given node data into the DHT. As above, this step does * currently not perform any security checks. */ - $this->getWrapperInstance()->registerNodeByData($nodeData); + $this->getWrapperInstance()->registerNodeByData($dhtData); } }