From deeecd32e163a82c15ba97ab1cebc2b0b33b2d82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 8 Feb 2013 14:59:43 +0000 Subject: [PATCH] Opps, missed this :( --- application/hub/main/tools/class_HubTools.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(); -- 2.39.5