From: Roland Häder Date: Tue, 20 Jan 2015 09:20:35 +0000 (+0100) Subject: Continued a little: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=58fe6a2af77e2cadbe8cc7e8af0e09f80e1985b5;p=hub.git Continued a little: - Renamed method as shortcuts are not wanted - Updated to latest "core" Signed-off-by: Roland Häder --- diff --git a/application/hub/main/handler/protocol/ipv4/class_BaseIpV4ProtocolHandler.php b/application/hub/main/handler/protocol/ipv4/class_BaseIpV4ProtocolHandler.php index 583616c65..66dd83a40 100644 --- a/application/hub/main/handler/protocol/ipv4/class_BaseIpV4ProtocolHandler.php +++ b/application/hub/main/handler/protocol/ipv4/class_BaseIpV4ProtocolHandler.php @@ -91,7 +91,7 @@ class BaseIpV4ProtocolHandler extends BaseProtocolHandler { $isValid = FALSE; // ... and validate IP:port, first "parse" the UNL - $unlParts = $this->parseUnl($packageData[NetworkPackage::PACKAGE_DATA_RECIPIENT]); + $unlParts = $this->parseUniversalNodeLocator($packageData[NetworkPackage::PACKAGE_DATA_RECIPIENT]); // Debug die die(__METHOD__ . ':PACKAGE_DATA_RECIPIENT=' . $packageData[NetworkPackage::PACKAGE_DATA_RECIPIENT] . ',unlParts=' . print_r($unlParts, TRUE) . PHP_EOL); diff --git a/core b/core index a54610167..bb3c846b7 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit a546101674aeccd5fb335ca02e3295bffe21691a +Subproject commit bb3c846b710e4aa1e8706ca115c1e1ce130e1a2f