summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-07 02:51:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-07 02:51:57 +0000
commit8435d6edf3c6c12b00c8f0be873af56151ccf1ac (patch)
treef1c94c5c09ae74dc667e8b2eacf47d276fc1277b
parent992ac32fa0a850896ce3d8b3be268e9b2c53bfe2 (diff)
downloadpfsense-8435d6edf3c6c12b00c8f0be873af56151ccf1ac.zip
pfsense-8435d6edf3c6c12b00c8f0be873af56151ccf1ac.tar.gz
Nuke the timeout portion
-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