Skip to content

Commit

Permalink
removed stale commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelog committed Apr 4, 2012
1 parent 60977e3 commit 0d0083c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mg/PAMI/Client/Impl/ClientImpl.php
Expand Up @@ -173,7 +173,6 @@ public function open()
if ($this->_socket === false) { if ($this->_socket === false) {
throw new ClientException('Error connecting to ami: ' . $errstr); throw new ClientException('Error connecting to ami: ' . $errstr);
} }
//stream_set_timeout($this->_socket, 0, $this->_rTimeout * 1000);
$msg = new LoginAction($this->_user, $this->_pass); $msg = new LoginAction($this->_user, $this->_pass);
$id = $this->getLine(); $id = $this->getLine();
if (strstr($id, 'Asterisk') === false) { if (strstr($id, 'Asterisk') === false) {
Expand Down

0 comments on commit 0d0083c

Please sign in to comment.