summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/dyndns.class1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class
index e05a4ed..31b4836 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -117,7 +117,6 @@
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_USERAGENT, $this->_UserAgent);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
- curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 120);
}
switch ($this->_dnsService) {
OpenPOWER on IntegriCloud