Skip to content

Commit

Permalink
Removed unsed variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Nov 9, 2010
1 parent 8c2f9e1 commit b46b861
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cake/libs/cake_socket.php
Expand Up @@ -112,7 +112,6 @@ public function connect() {
}

if ($this->config['persistent'] == true) {
$tmp = null;
$this->connection = @pfsockopen($scheme.$this->config['host'], $this->config['port'], $errNum, $errStr, $this->config['timeout']);
} else {
$this->connection = @fsockopen($scheme.$this->config['host'], $this->config['port'], $errNum, $errStr, $this->config['timeout']);
Expand Down

0 comments on commit b46b861

Please sign in to comment.