From 0d0083ccccd432ee6c6666e9b9d76efeb0fe58e0 Mon Sep 17 00:00:00 2001 From: Marcelo Gornstein Date: Wed, 4 Apr 2012 10:50:18 -0300 Subject: [PATCH] removed stale commented line --- src/mg/PAMI/Client/Impl/ClientImpl.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mg/PAMI/Client/Impl/ClientImpl.php b/src/mg/PAMI/Client/Impl/ClientImpl.php index 29989df1e..9c55933ca 100644 --- a/src/mg/PAMI/Client/Impl/ClientImpl.php +++ b/src/mg/PAMI/Client/Impl/ClientImpl.php @@ -173,7 +173,6 @@ public function open() if ($this->_socket === false) { throw new ClientException('Error connecting to ami: ' . $errstr); } - //stream_set_timeout($this->_socket, 0, $this->_rTimeout * 1000); $msg = new LoginAction($this->_user, $this->_pass); $id = $this->getLine(); if (strstr($id, 'Asterisk') === false) {