From: Roland Häder Date: Wed, 8 Jul 2009 20:01:24 +0000 (+0000) Subject: Some variables from copy&pase fixed... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0d680318b2b48954f96437150b31dbe20ff9f4f2;p=hub.git Some variables from copy&pase fixed... --- diff --git a/application/hub/main/pools/client/class_DefaultClientPool.php b/application/hub/main/pools/client/class_DefaultClientPool.php index 428f1d340..7f83a288c 100644 --- a/application/hub/main/pools/client/class_DefaultClientPool.php +++ b/application/hub/main/pools/client/class_DefaultClientPool.php @@ -75,7 +75,7 @@ class DefaultClientPool extends BasePool implements PoolableClient { $this->getListenerInstance()->shutdownSocket($mainSocket); // And throw again - throw new InvalidSocketException(array($this, gettype($mainSocket), $socketError, $errorMessage), BaseListener::EXCEPTION_INVALID_SOCKET); + throw new InvalidSocketException(array($this, gettype($socketResource), $errorCode, $errorMessage), BaseListener::EXCEPTION_INVALID_SOCKET); } // END - if // Add it finally to the pool