summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2016-02-02 21:25:14 +0100
committerPiBa-NL <pba_2k3@yahoo.com>2016-02-02 21:25:14 +0100
commit5a045be88a7f849d5f083b9358eea9058ca453cb (patch)
treeb2971362ade2b4f8a17d1c5e0f313ed90e770776 /src
parentf76282975cdec7c2facda79ae52ac4b43ee12c77 (diff)
downloadpfsense-5a045be88a7f849d5f083b9358eea9058ca453cb.zip
pfsense-5a045be88a7f849d5f083b9358eea9058ca453cb.tar.gz
xmlrpc_client.inc, silence the php 'crash' error, sync errors are reported through file-notices already.
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/xmlrpc_client.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/xmlrpc_client.inc b/src/etc/inc/xmlrpc_client.inc
index a701419..a604b6a 100644
--- a/src/etc/inc/xmlrpc_client.inc
+++ b/src/etc/inc/xmlrpc_client.inc
@@ -928,7 +928,7 @@ class XML_RPC_Client extends XML_RPC_Base {
$ctx = stream_context_create($ctx_options);
- $fp = stream_socket_client("{$this->protocol}{$server}:{$port}",
+ $fp = @stream_socket_client("{$this->protocol}{$server}:{$port}",
$this->errno, $this->errstr,
($timeout > 0 ? $timeout : ini_get("default_socket_timeout")),
STREAM_CLIENT_CONNECT, $ctx);
OpenPOWER on IntegriCloud