From 02d2e489ecf43bd4386c2632fead7eea5dba0ad2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 17 Jul 2013 22:29:26 +0000 Subject: [PATCH] Opps, wrong name :( --- application/hub/main/dht/node/class_NodeDhtFacade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } } -- 2.39.5