]> git.mxchange.org Git - hub.git/commitdiff
Some variables from copy&pase fixed...
authorRoland Häder <roland@mxchange.org>
Wed, 8 Jul 2009 20:01:24 +0000 (20:01 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 8 Jul 2009 20:01:24 +0000 (20:01 +0000)
application/hub/main/pools/client/class_DefaultClientPool.php

index 428f1d3400f8916d52a1525cc611000cf9905557..7f83a288c27180c377befaa5d3dbf859051f1c27 100644 (file)
@@ -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