summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-02-03 07:54:33 -0200
committerRenato Botelho <renato@netgate.com>2016-02-03 07:54:33 -0200
commitdcbbd7b40aa875d89135a85bb0f9d0dc7c0b0994 (patch)
treef52b5966e18f1b561fc8982a3814bfb2123dd50c /src
parentf95cdbea7837559da5492dd3cdf48abff912bd88 (diff)
parent5a045be88a7f849d5f083b9358eea9058ca453cb (diff)
downloadpfsense-dcbbd7b40aa875d89135a85bb0f9d0dc7c0b0994.zip
pfsense-dcbbd7b40aa875d89135a85bb0f9d0dc7c0b0994.tar.gz
Merge pull request #2581 from PiBa-NL/23_silence_syncerror
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 216be9f..b9f5ae9 100644
--- a/src/etc/inc/xmlrpc_client.inc
+++ b/src/etc/inc/xmlrpc_client.inc
@@ -932,7 +932,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