From: Roland Häder Date: Fri, 8 Feb 2013 14:59:43 +0000 (+0000) Subject: Opps, missed this :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=deeecd32e163a82c15ba97ab1cebc2b0b33b2d82;p=hub.git Opps, missed this :( --- diff --git a/application/hub/main/tools/class_HubTools.php b/application/hub/main/tools/class_HubTools.php index 413d2fcd3..ede037985 100644 --- a/application/hub/main/tools/class_HubTools.php +++ b/application/hub/main/tools/class_HubTools.php @@ -133,12 +133,11 @@ class HubTools extends BaseHubSystem { * Resolves given session id into an ip:port combination, if ip:port is set, it won't be translated * * @param $sessionId Session id or ip:port combination - * @param $protocol Name of the used protocol (TCP/UDP) * @return $recipient Recipient as ip:port combination * @throws InvalidSessionIdException If the provided session id is invalid (and no ip:port combination) * @throws NoValidHostnameException If the provided hostname cannot be resolved into an IP address */ - public static function resolveSessionId ($sessionId, $protocol) { + public static function resolveSessionId ($sessionId) { // Get an own instance $selfInstance = self::getSelfInstance();